diff --git a/discord-frontend/hartex-discord-worker/Cargo.toml b/discord-frontend/hartex-discord-worker/Cargo.toml index 4ed53968e..2d983fa4c 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.26" +time = "0.3.27" [features]