Bump dep versions

This commit is contained in:
Joshua Coles
2025-02-01 19:19:36 +00:00
parent cfadd9f0aa
commit 5286c49bd3
3 changed files with 12 additions and 10 deletions
+1
View File
@@ -117,6 +117,7 @@ async fn main() {
.await
.expect("Failed to start server");
}
Commands::Sync => {
worker
.update(TimeDelta::days(30))
+1 -1
View File
@@ -1,4 +1,4 @@
use axum::async_trait;
use async_trait::async_trait;
use governor::clock::DefaultClock;
use governor::state::{InMemoryState, NotKeyed};
use std::num::NonZero;