Skip to content

Commit 1a88b6a

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] <[email protected]>
1 parent 6828f8b commit 1a88b6a

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
@@ -55,7 +55,7 @@ serde_json = "1.0.39"
5555
serde_with = { version = "3.12.0", default-features = false, features = [
5656
"macros",
5757
] }
58-
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros", "fs"] }
58+
tokio = { version = "1.43.1", features = ["rt-multi-thread", "macros", "fs"] }
5959
toml_edit = { version = "0.22.24", features = ["serde"] }
6060
tracing = "0.1.41"
6161
tracing-subscriber = { version = "0.3.19", features = [

0 commit comments

Comments
 (0)