Skip to content

Commit 4fe7be7

Browse files
Update Rust crate tokio to 1.35 (#1052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8332bf commit 4fe7be7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ subprocess = "0.2.9"
9191
tempfile = "3"
9292
test-strategy = "0.3.1"
9393
thiserror = "1"
94-
tokio = { version = "1.34", features = ["full"] }
94+
tokio = { version = "1.35", features = ["full"] }
9595
tokio-rustls = { version = "0.24.1" }
9696
tokio-test = "*"
9797
tokio-util = { version = "0.7", features = ["codec"]}

0 commit comments

Comments
 (0)