upgrade dependencies

This commit is contained in:
Gaël Goinvic
2024-11-23 15:20:22 +01:00
parent 6d92ccb908
commit 1ef286ec93
3 changed files with 300 additions and 174 deletions

View File

@@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.6.0", features = ["http1", "json", "tokio"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
axum = { version = "0.7.8", features = ["http1", "json", "tokio"] }
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.8.0"
rand = "0.8.4"
log = "0.4.0"
env_logger = "0.9.0"
once_cell = "1.20"
rand = "0.8.5"
log = "0.4"
env_logger = "0.11"