Skip to content

Commit f5ace23

Browse files
Bump tokio from 1.20.1 to 1.20.3 in /examples/rust-axum-zip (awslabs#117)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.20.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.20.1...tokio-1.20.3) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b81f75c commit f5ace23

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/rust-axum-zip/Cargo.lock

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

examples/rust-axum-zip/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77

88
[dependencies]
99
axum = "0.5.16"
10-
tokio = { version = "1.20.0", features = ["full"] }
10+
tokio = { version = "1.20.3", features = ["full"] }

0 commit comments

Comments
 (0)