Skip to content

Commit b6383e7

Browse files
committed
[beta-1.68] cargo beta backports
3 commits in ddf05ad7a66f4cfbe79d7692b84aa144c1aac34d..115f34552518a2f9b96d740192addbac1271e7e6 2023-02-09 03:13:43 +0000 to 2023-02-26 15:07:29 +0000 - [beta-1.68] backport rust-lang/cargo#11756 (rust-lang/cargo#11773) - [beta-1.68] backport rust-lang/cargo#11759 (rust-lang/cargo#11760) - [beta-1.68] backport rust-lang/cargo#11733 (rust-lang/cargo#11735)
1 parent 003b6f2 commit b6383e7

File tree

2 files changed

+54
-24
lines changed

2 files changed

+54
-24
lines changed

Cargo.lock

+53-23
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,12 @@ dependencies = [
19401940
"rustc-std-workspace-core",
19411941
]
19421942

1943+
[[package]]
1944+
name = "hermit-abi"
1945+
version = "0.3.1"
1946+
source = "registry+https://github.com/rust-lang/crates.io-index"
1947+
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
1948+
19431949
[[package]]
19441950
name = "hex"
19451951
version = "0.3.2"
@@ -2217,19 +2223,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22172223
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
22182224
dependencies = [
22192225
"libc",
2220-
"windows-sys",
2226+
"windows-sys 0.42.0",
22212227
]
22222228

22232229
[[package]]
22242230
name = "is-terminal"
2225-
version = "0.4.2"
2231+
version = "0.4.4"
22262232
source = "registry+https://github.com/rust-lang/crates.io-index"
2227-
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
2233+
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
22282234
dependencies = [
2229-
"hermit-abi 0.2.6",
2235+
"hermit-abi 0.3.1",
22302236
"io-lifetimes",
22312237
"rustix",
2232-
"windows-sys",
2238+
"windows-sys 0.45.0",
22332239
]
22342240

22352241
[[package]]
@@ -2670,7 +2676,7 @@ version = "0.5.0"
26702676
source = "registry+https://github.com/rust-lang/crates.io-index"
26712677
checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
26722678
dependencies = [
2673-
"windows-sys",
2679+
"windows-sys 0.42.0",
26742680
]
26752681

26762682
[[package]]
@@ -2987,7 +2993,7 @@ dependencies = [
29872993
"libc",
29882994
"redox_syscall",
29892995
"smallvec",
2990-
"windows-sys",
2996+
"windows-sys 0.42.0",
29912997
]
29922998

29932999
[[package]]
@@ -4975,7 +4981,7 @@ dependencies = [
49754981
"io-lifetimes",
49764982
"libc",
49774983
"linux-raw-sys",
4978-
"windows-sys",
4984+
"windows-sys 0.42.0",
49794985
]
49804986

49814987
[[package]]
@@ -5505,7 +5511,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
55055511
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
55065512
dependencies = [
55075513
"rustix",
5508-
"windows-sys",
5514+
"windows-sys 0.42.0",
55095515
]
55105516

55115517
[[package]]
@@ -6257,47 +6263,71 @@ dependencies = [
62576263
"windows_x86_64_msvc",
62586264
]
62596265

6266+
[[package]]
6267+
name = "windows-sys"
6268+
version = "0.45.0"
6269+
source = "registry+https://github.com/rust-lang/crates.io-index"
6270+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6271+
dependencies = [
6272+
"windows-targets",
6273+
]
6274+
6275+
[[package]]
6276+
name = "windows-targets"
6277+
version = "0.42.1"
6278+
source = "registry+https://github.com/rust-lang/crates.io-index"
6279+
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
6280+
dependencies = [
6281+
"windows_aarch64_gnullvm",
6282+
"windows_aarch64_msvc",
6283+
"windows_i686_gnu",
6284+
"windows_i686_msvc",
6285+
"windows_x86_64_gnu",
6286+
"windows_x86_64_gnullvm",
6287+
"windows_x86_64_msvc",
6288+
]
6289+
62606290
[[package]]
62616291
name = "windows_aarch64_gnullvm"
6262-
version = "0.42.0"
6292+
version = "0.42.1"
62636293
source = "registry+https://github.com/rust-lang/crates.io-index"
6264-
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
6294+
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
62656295

62666296
[[package]]
62676297
name = "windows_aarch64_msvc"
6268-
version = "0.42.0"
6298+
version = "0.42.1"
62696299
source = "registry+https://github.com/rust-lang/crates.io-index"
6270-
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
6300+
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
62716301

62726302
[[package]]
62736303
name = "windows_i686_gnu"
6274-
version = "0.42.0"
6304+
version = "0.42.1"
62756305
source = "registry+https://github.com/rust-lang/crates.io-index"
6276-
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
6306+
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
62776307

62786308
[[package]]
62796309
name = "windows_i686_msvc"
6280-
version = "0.42.0"
6310+
version = "0.42.1"
62816311
source = "registry+https://github.com/rust-lang/crates.io-index"
6282-
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
6312+
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
62836313

62846314
[[package]]
62856315
name = "windows_x86_64_gnu"
6286-
version = "0.42.0"
6316+
version = "0.42.1"
62876317
source = "registry+https://github.com/rust-lang/crates.io-index"
6288-
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
6318+
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
62896319

62906320
[[package]]
62916321
name = "windows_x86_64_gnullvm"
6292-
version = "0.42.0"
6322+
version = "0.42.1"
62936323
source = "registry+https://github.com/rust-lang/crates.io-index"
6294-
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
6324+
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
62956325

62966326
[[package]]
62976327
name = "windows_x86_64_msvc"
6298-
version = "0.42.0"
6328+
version = "0.42.1"
62996329
source = "registry+https://github.com/rust-lang/crates.io-index"
6300-
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
6330+
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
63016331

63026332
[[package]]
63036333
name = "writeable"

0 commit comments

Comments
 (0)