Skip to content

Commit c53ef0d

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
hyper = {version = "0.14.28",features = ["full"]}
10-
tokio = {version = "1.35.1",features = ["full"]}
10+
tokio = {version = "1.36.0",features = ["full"]}
1111
tonic = "0.10.2"
1212
tonic-reflection = "0.10.2"
1313
prost = "0.12.3"

0 commit comments

Comments
 (0)