Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent a2ec737 commit 46ff9d6
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 @@ -27,5 +27,5 @@ local-ip-address = "0.5.1"
reqwest = { version = "0.11", features = ["stream"] }
futures-util = "0.3"
indicatif = "0.17"
tokio = { version = "1.33", features = ["full"] }
tokio = { version = "1.34", features = ["full"] }
truncatable = "0.1.3"

0 comments on commit 46ff9d6

Please sign in to comment.