Skip to content

Commit ea0077d

Browse files
[Cargo]: Bump tokio from 1.44.0 to 1.44.1 in the core group
Bumps the core group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fa2ee7 commit ea0077d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "version.rs"
1515
axum = "0.8.1"
1616
tower-http = { version = "0.5.2", default-features = false, features = ["trace"] }
1717
futures = "0.3.31"
18-
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
1919
tracing = "0.1.41"
2020
tracing-subscriber = "0.3.19"
2121
anyhow = "1.0.97"

0 commit comments

Comments
 (0)