Skip to content

Commit c417bb2

Browse files
Update Rust crate tokio to 1.36 (#1143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5844a18 commit c417bb2

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
@@ -94,7 +94,7 @@ strum_macros = "0.25.3"
9494
tempfile = "3"
9595
test-strategy = "0.3.1"
9696
thiserror = "1"
97-
tokio = { version = "1.35", features = ["full"] }
97+
tokio = { version = "1.36", features = ["full"] }
9898
tokio-rustls = { version = "0.24.1" }
9999
tokio-test = "*"
100100
tokio-util = { version = "0.7", features = ["codec"]}

0 commit comments

Comments
 (0)