Skip to content

Commit 31a8a62

Browse files
chore: Bump tokio from 1.47.0 to 1.47.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.0...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e16bbe commit 31a8a62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ testcontainers = { version = "0.25.0", features = [
3232
"http_wait",
3333
], optional = true }
3434
thiserror = "2.0.12"
35-
tokio = { version = "1.47.0", features = ["io-util"] }
35+
tokio = { version = "1.47.1", features = ["io-util"] }
3636
tokio-util = { version = "0.7.15", features = ["io"] }
3737
tokio-stream = { version = "0.1.17", features = ["io-util"] }
3838
typed-builder = "0.21.0"
3939
url = "2.5.4"
4040

4141
[dev-dependencies]
4242
testcontainers = { version = "0.25.0", features = ["http_wait"] }
43-
tokio = { version = "1.47.0", features = ["full"] }
43+
tokio = { version = "1.47.1", features = ["full"] }
4444
tokio-test = "0.4.4"
4545

4646
# This is metadata required for working docs on docs.rs

0 commit comments

Comments
 (0)