Skip to content

Commit 0d734bb

Browse files
authored
Merge pull request #2650 from rust-lang/dependabot/cargo/tokio-1.43.1
Bump tokio from 1.43.0 to 1.43.1
2 parents 4f698f8 + b9b34f9 commit 0d734bb

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)