diff --git a/discord-frontend/hartex-discord-worker/Cargo.toml b/discord-frontend/hartex-discord-worker/Cargo.toml index 69df585e8..d3d850753 100644 --- a/discord-frontend/hartex-discord-worker/Cargo.toml +++ b/discord-frontend/hartex-discord-worker/Cargo.toml @@ -31,6 +31,6 @@ serde_json = "1.0.105" serde_scan = "0.4.1" sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "postgres"] } tracing = { version = "0.1.37", features = ["log-always" ] } -time = "0.3.25" +time = "0.3.26" [features]