Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent f6c8cba commit a6e896e
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 @@ -20,7 +20,7 @@ anyhow = "1.0"
async-trait = "0.1.74"
lazy_static = "1.4.0"
time = "0.3.30"
tokio = { version = "1.34.0", features = [ "full" ] }
tokio = { version = "1.35.0", features = [ "full" ] }
typed-builder = "0.18.0"

[dev-dependencies]
Expand Down

0 comments on commit a6e896e

Please sign in to comment.