Skip to content

Commit baada58

Browse files
chore: Bump tokio from 1.47.1 to 1.48.0 (#70)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebc2870 commit baada58

File tree

2 files changed

+16
-81
lines changed

2 files changed

+16
-81
lines changed

Cargo.lock

Lines changed: 14 additions & 79 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,7 +32,7 @@ testcontainers = { version = "0.25.0", features = [
3232
"http_wait",
3333
], optional = true }
3434
thiserror = "2.0.17"
35-
tokio = { version = "1.47.1", features = ["io-util"] }
35+
tokio = { version = "1.48.0", features = ["io-util"] }
3636
tokio-util = { version = "0.7.16", features = ["io"] }
3737
tokio-stream = { version = "0.1.17", features = ["io-util"] }
3838
typed-builder = "0.22.0"
@@ -44,7 +44,7 @@ rand = { version = "0.8", optional = true }
4444

4545
[dev-dependencies]
4646
testcontainers = { version = "0.25.0", features = ["http_wait"] }
47-
tokio = { version = "1.47.1", features = ["full"] }
47+
tokio = { version = "1.48.0", features = ["full"] }
4848
tokio-test = "0.4.4"
4949

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

0 commit comments

Comments
 (0)