Skip to content

Commit 8753dbe

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 5a00b70 commit 8753dbe

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

Cargo.lock

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
644644
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.52.0",
647+
"windows-sys 0.59.0",
648648
]
649649

650650
[[package]]
@@ -1279,6 +1279,17 @@ dependencies = [
12791279
"hashbrown 0.15.2",
12801280
]
12811281

1282+
[[package]]
1283+
name = "io-uring"
1284+
version = "0.7.9"
1285+
source = "registry+https://github.com/rust-lang/crates.io-index"
1286+
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
1287+
dependencies = [
1288+
"bitflags 2.4.2",
1289+
"cfg-if",
1290+
"libc",
1291+
]
1292+
12821293
[[package]]
12831294
name = "ipconfig"
12841295
version = "0.3.2"
@@ -1324,7 +1335,7 @@ dependencies = [
13241335
"portable-atomic",
13251336
"portable-atomic-util",
13261337
"serde",
1327-
"windows-sys 0.52.0",
1338+
"windows-sys 0.59.0",
13281339
]
13291340

13301341
[[package]]
@@ -1430,7 +1441,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14301441
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
14311442
dependencies = [
14321443
"cfg-if",
1433-
"windows-targets 0.48.5",
1444+
"windows-targets 0.52.6",
14341445
]
14351446

14361447
[[package]]
@@ -3716,7 +3727,7 @@ dependencies = [
37163727
"errno",
37173728
"libc",
37183729
"linux-raw-sys 0.4.15",
3719-
"windows-sys 0.52.0",
3730+
"windows-sys 0.59.0",
37203731
]
37213732

37223733
[[package]]
@@ -3729,7 +3740,7 @@ dependencies = [
37293740
"errno",
37303741
"libc",
37313742
"linux-raw-sys 0.9.2",
3732-
"windows-sys 0.52.0",
3743+
"windows-sys 0.59.0",
37333744
]
37343745

37353746
[[package]]
@@ -4017,7 +4028,7 @@ dependencies = [
40174028
"getrandom 0.3.1",
40184029
"once_cell",
40194030
"rustix 1.0.2",
4020-
"windows-sys 0.52.0",
4031+
"windows-sys 0.59.0",
40214032
]
40224033

40234034
[[package]]
@@ -4157,17 +4168,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
41574168

41584169
[[package]]
41594170
name = "tokio"
4160-
version = "1.45.0"
4171+
version = "1.46.1"
41614172
source = "registry+https://github.com/rust-lang/crates.io-index"
4162-
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
4173+
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
41634174
dependencies = [
41644175
"backtrace",
41654176
"bytes",
4177+
"io-uring",
41664178
"libc",
41674179
"mio",
41684180
"parking_lot",
41694181
"pin-project-lite",
41704182
"signal-hook-registry",
4183+
"slab",
41714184
"socket2",
41724185
"tokio-macros",
41734186
"windows-sys 0.52.0",

0 commit comments

Comments
 (0)