Skip to content

Commit 4b877be

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

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Cargo.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,17 @@ dependencies = [
12791279
"hashbrown 0.15.2",
12801280
]
12811281

1282+
[[package]]
1283+
name = "io-uring"
1284+
version = "0.7.8"
1285+
source = "registry+https://github.com/rust-lang/crates.io-index"
1286+
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1287+
dependencies = [
1288+
"bitflags 2.4.2",
1289+
"cfg-if",
1290+
"libc",
1291+
]
1292+
12821293
[[package]]
12831294
name = "ipconfig"
12841295
version = "0.3.2"
@@ -4154,17 +4165,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
41544165

41554166
[[package]]
41564167
name = "tokio"
4157-
version = "1.45.0"
4168+
version = "1.46.1"
41584169
source = "registry+https://github.com/rust-lang/crates.io-index"
4159-
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
4170+
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
41604171
dependencies = [
41614172
"backtrace",
41624173
"bytes",
4174+
"io-uring",
41634175
"libc",
41644176
"mio",
41654177
"parking_lot",
41664178
"pin-project-lite",
41674179
"signal-hook-registry",
4180+
"slab",
41684181
"socket2",
41694182
"tokio-macros",
41704183
"windows-sys 0.52.0",

0 commit comments

Comments
 (0)