Skip to content

Commit d0c7ca7

Browse files
Bump tokio from 1.41.1 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...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 ce5cbeb commit d0c7ca7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -8,7 +8,7 @@ axum = "0.7.9"
88
regex = "1.11.1"
99
serde = { version = "1.0.215", features = ["serde_derive"] }
1010
serde_json = "1.0.133"
11-
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
11+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }
1212
tower-http = { version = "0.6.2", features = ["trace"] }
1313
tracing = "0.1.41"
1414
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)