upgrade dependencies
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user