Upgrade all dependencies
Some checks failed
CI / CI (push) Has been cancelled

Also 'cargo clippy --fix', as current clippy warns on more things.
This commit is contained in:
2024-11-05 23:43:33 -08:00
parent 0df350dae6
commit 0f8f580050
8 changed files with 2579 additions and 792 deletions

View File

@@ -76,7 +76,7 @@ async fn main() {
env_logger::init_from_env(lenv);
if let Err(err) = run().await {
error!("{:#}", err);
error!("{err:#}");
exit(1);
}
}