Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent d79401f commit 55fddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
axum = { version = "0.6", features = ["headers"] }
tower = "0.4"
hyper = "0.14"
tokio = { version = "1.30", features = ["rt", "macros", "fs", "io-util"] }
tokio = { version = "1.33", features = ["rt", "macros", "fs", "io-util"] }
futures-lite = "2.0"
flume = "0.10"
log = "0.4"
Expand Down

0 comments on commit 55fddf1

Please sign in to comment.