Skip to content

Commit d476878

Browse files
Bump tokio from 1.44.0 to 1.45.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a6142b commit d476878

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
@@ -21,7 +21,7 @@ anyhow = "1.0.97"
2121
axum = { version = "0.8.1", features = ["macros"] }
2222
axum-extra = { version = "0.10.0", features = ["typed-header"] }
2323
figment = { version = "0.10.19", features = ["env", "toml"] }
24-
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
24+
tokio = { version = "1.45", features = ["macros", "rt-multi-thread"] }
2525
tower = "0.5.2"
2626
tower-http = { version = "0.6.2", features = ["trace", "limit"] }
2727
tracing = "0.1.41"

0 commit comments

Comments
 (0)