Skip to content

Commit 4808256

Browse files
Update Rust crate tokio to v1.52.0
1 parent d18c6c5 commit 4808256

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version = "1.1.5"
4747
source = "registry+https://github.com/rust-lang/crates.io-index"
4848
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
4949
dependencies = [
50-
"windows-sys 0.61.2",
50+
"windows-sys 0.60.2",
5151
]
5252

5353
[[package]]
@@ -58,7 +58,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
5858
dependencies = [
5959
"anstyle",
6060
"once_cell_polyfill",
61-
"windows-sys 0.61.2",
61+
"windows-sys 0.60.2",
6262
]
6363

6464
[[package]]
@@ -479,7 +479,7 @@ dependencies = [
479479
"libc",
480480
"option-ext",
481481
"redox_users",
482-
"windows-sys 0.61.2",
482+
"windows-sys 0.60.2",
483483
]
484484

485485
[[package]]
@@ -518,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
518518
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
519519
dependencies = [
520520
"libc",
521-
"windows-sys 0.61.2",
521+
"windows-sys 0.52.0",
522522
]
523523

524524
[[package]]
@@ -1851,7 +1851,7 @@ dependencies = [
18511851
"errno",
18521852
"libc",
18531853
"linux-raw-sys",
1854-
"windows-sys 0.61.2",
1854+
"windows-sys 0.52.0",
18551855
]
18561856

18571857
[[package]]
@@ -1908,7 +1908,7 @@ dependencies = [
19081908
"security-framework",
19091909
"security-framework-sys",
19101910
"webpki-root-certs",
1911-
"windows-sys 0.61.2",
1911+
"windows-sys 0.52.0",
19121912
]
19131913

19141914
[[package]]
@@ -2176,7 +2176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
21762176
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
21772177
dependencies = [
21782178
"libc",
2179-
"windows-sys 0.61.2",
2179+
"windows-sys 0.60.2",
21802180
]
21812181

21822182
[[package]]
@@ -2251,7 +2251,7 @@ dependencies = [
22512251
"getrandom 0.4.1",
22522252
"once_cell",
22532253
"rustix",
2254-
"windows-sys 0.61.2",
2254+
"windows-sys 0.52.0",
22552255
]
22562256

22572257
[[package]]
@@ -2321,9 +2321,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
23212321

23222322
[[package]]
23232323
name = "tokio"
2324-
version = "1.51.0"
2324+
version = "1.52.0"
23252325
source = "registry+https://github.com/rust-lang/crates.io-index"
2326-
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
2326+
checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
23272327
dependencies = [
23282328
"bytes",
23292329
"libc",
@@ -2802,7 +2802,7 @@ version = "0.1.11"
28022802
source = "registry+https://github.com/rust-lang/crates.io-index"
28032803
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
28042804
dependencies = [
2805-
"windows-sys 0.61.2",
2805+
"windows-sys 0.52.0",
28062806
]
28072807

28082808
[[package]]

0 commit comments

Comments
 (0)