Skip to content

Commit

Permalink
Update Rust crate tokio to 1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jul 24, 2024
1 parent 4f2946b commit c26e19e
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 12 deletions.
81 changes: 70 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.39.1", features = ["macros", "sync", "test-util", "time"] }
tokio-stream = { version = "0.1.15" }

0 comments on commit c26e19e

Please sign in to comment.