Fix parts of CI (#304)

* Run cargo fmt, hide clippy::cmp_owned errors

* Bump deps

* Fix failing test

* Update src/client.rs

---------

Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
Nolan Poe 2024-10-31 19:50:50 -07:00 committed by GitHub
parent a96894c743
commit d17d097b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 312 additions and 449 deletions

View file

@ -1,4 +1,6 @@
#![allow(dead_code)]
#![allow(clippy::cmp_owned)]
use crate::config::{self, get_setting};
//
// CRATES