Skip to content

Commit b9b34f9

Browse files
Bump tokio from 1.43.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f698f8 commit b9b34f9

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
@@ -50,7 +50,7 @@ walkdir = { version = "2.3.3", optional = true }
5050

5151
# Serve feature
5252
futures-util = { version = "0.3.28", optional = true }
53-
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"], optional = true }
53+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"], optional = true }
5454
warp = { version = "0.3.6", default-features = false, features = ["websocket"], optional = true }
5555

5656
# Search feature

0 commit comments

Comments
 (0)