Skip to content

Commit

Permalink
Update Rust crate tokio to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent e4e68f8 commit 741536e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg=doc_cfg"]
futures-core = { version = "0.3.28", default-features = false }
futures-sink = { version = "0.3.28", default-features = false }
futures-util = { version = "0.3.28", default-features = false, features = ["sink"] }
tokio = { version = "1.28.2", features = ["sync"], optional = true }
tokio = { version = "1.32.0", features = ["sync"], optional = true }
futures = { version = "0.3.28", optional = true }
pin-project-lite = "0.2.9"

Expand All @@ -31,7 +31,7 @@ async-stream = "0.3.5"
bytes = "1.4.0"
debug-ignore = "1.0.5"
tempfile = "3.6.0"
tokio = { version = "1.28.2", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tokio = { version = "1.32.0", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tokio-test = "0.4.0"

[features]
Expand Down

0 comments on commit 741536e

Please sign in to comment.