Skip to content

Commit

Permalink
chore: upgrade some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Nov 28, 2023
1 parent 9c29953 commit 9b70b08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ rt = ["tokio"]
lazy_static = "1.4.0"
prometheus = "0.13.3"
tokio-metrics = "0.3.1"
tokio = { version = "1.26.0", features = ["rt"], optional = true }
tokio = { version = "1.31.0", features = ["rt"], optional = true }
parking_lot = "0.12.1"

[dev-dependencies]
axum = "0.6.12"
tokio = { version = "1.27", features = ["rt", "macros", "rt-multi-thread"]}
tracing-subscriber = "0.3.16"
axum = "0.6.20"
tokio = { version = "1.31.0", features = ["rt", "macros", "rt-multi-thread"]}
tracing-subscriber = "0.3.18"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 9b70b08

Please sign in to comment.