Skip to content

Commit 7b476e6

Browse files
Bump tokio from 1.10.1 to 1.13.1 in /frameworks/Rust/warp-rust (#7396)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.1 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.10.1...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio 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 32df200 commit 7b476e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Rust/warp-rust/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.

frameworks/Rust/warp-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ futures = "0.3.12"
99
rand = { version = "0.8.2", features = ["small_rng"] }
1010
serde = { version = "1.0.120", features = ["derive"] }
1111
sqlx = { version = "0.5.1", features = ["runtime-tokio-rustls", "postgres"] }
12-
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
12+
tokio = { version = "1.13.1", features = ["macros", "rt-multi-thread"] }
1313
warp = "0.3.0"
1414
yarte = "0.15.3"
1515

0 commit comments

Comments
 (0)