Skip to content

Commit 7de74e6

Browse files
chore(deps): bump tokio from 1.45.1 to 1.46.1 (#149)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39a43ce commit 7de74e6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Cargo.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,17 @@ dependencies = [
630630
"hashbrown 0.15.3",
631631
]
632632

633+
[[package]]
634+
name = "io-uring"
635+
version = "0.7.8"
636+
source = "registry+https://github.com/rust-lang/crates.io-index"
637+
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
638+
dependencies = [
639+
"bitflags",
640+
"cfg-if",
641+
"libc",
642+
]
643+
633644
[[package]]
634645
name = "itoa"
635646
version = "1.0.15"
@@ -1453,17 +1464,19 @@ dependencies = [
14531464

14541465
[[package]]
14551466
name = "tokio"
1456-
version = "1.45.1"
1467+
version = "1.46.1"
14571468
source = "registry+https://github.com/rust-lang/crates.io-index"
1458-
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
1469+
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
14591470
dependencies = [
14601471
"backtrace",
14611472
"bytes",
1473+
"io-uring",
14621474
"libc",
14631475
"mio",
14641476
"parking_lot",
14651477
"pin-project-lite",
14661478
"signal-hook-registry",
1479+
"slab",
14671480
"socket2",
14681481
"tokio-macros",
14691482
"windows-sys 0.52.0",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ schemars = "0.8.22"
2020
serde_json = "1.0.140"
2121
serde = { version = "1.0.219", features = ["derive"] }
2222
serde_yaml = "0.9.34"
23-
tokio = { version = "1.45.1", features = ["full"] }
23+
tokio = { version = "1.46.1", features = ["full"] }
2424
tower = { version = "0.5.2", features = ["limit"] }
2525
tracing = "0.1.41"
2626
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)