Skip to content

Commit 6b5ff07

Browse files
Bump tokio in /code-samples/community/serving/helloworld-rust (#6246)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe9d006 commit 6b5ff07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

code-samples/community/serving/helloworld-rust/Cargo.lock

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

code-samples/community/serving/helloworld-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ publish = false
66

77
[dependencies]
88
hyper = { version = "0.14.27", features = ["full"]}
9-
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
9+
tokio = { version = "1.38.2", features = ["macros", "rt-multi-thread"] }
1010
pretty_env_logger = "0.5.0"

0 commit comments

Comments
 (0)