Skip to content

Commit

Permalink
Update Rust crate tokio to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Aug 30, 2024
1 parent c7bce43 commit 56f8b4a
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 12 deletions.
90 changes: 79 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ futures = "0.3.30"
maplit = "1.0.2"
proptest = { version = "1.0.0", features = ["timeout"] }
proptest-derive = "0.4.0"
tokio = { version = "1.21.2", features = ["macros", "sync", "test-util", "time"] }
tokio = { version = "1.40.0", features = ["macros", "sync", "test-util", "time"] }
tokio-stream = { version = "0.1.15" }

0 comments on commit 56f8b4a

Please sign in to comment.