Skip to content

Commit

Permalink
Update Rust crate tokio to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 2, 2024
1 parent 10d9b05 commit 04f420d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 21 deletions.
88 changes: 68 additions & 20 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.28"
maplit = "1.0.2"
proptest = { version = "1.0.0", features = ["timeout"] }
proptest-derive = "0.3.0"
tokio = { version = "1.21.2", features = ["macros", "sync", "test-util", "time"] }
tokio = { version = "1.36.0", features = ["macros", "sync", "test-util", "time"] }
tokio-stream = { version = "0.1.14" }

0 comments on commit 04f420d

Please sign in to comment.