From 998248acb78c21682d9cc2538b9a20a3bc2945df Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Wed, 13 Aug 2025 14:58:01 +0200 Subject: [PATCH] use semver --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf2464d..92123a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,10 @@ maud = { version = "0.27", features = ["axum"] } rust-i18n = "3.1" serde = { version = "1", features = ["derive"] } sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "macros", "chrono"] } -time = "0.3.41" +time = "0.3" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } -toml = "0.9.5" +toml = "0.9" tower-http = { version = "0.6", features = ["fs"] } -tracing = "0.1.41" -tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } +tracing = "0.1" +tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1.17", features = ["v4", "serde"] }