Skip to content

Commit dca5ed6

Browse files
chore(deps): bump tokio from 1.46.1 to 1.47.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3774f7b commit dca5ed6

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

Cargo.lock

Lines changed: 18 additions & 9 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
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
axum = { version = "0.8.4", features = ["http2"] }
8-
tokio = { version = "1.46.1", features = ["full"] }
8+
tokio = { version = "1.47.1", features = ["full"] }
99
tokio-util = { version = "0.7.16", features = ["io"] }
1010
tower-http = { version = "0.6.4", features = ["trace", "cors"] }
1111
tracing = { version = "0.1.41"}

0 commit comments

Comments
 (0)