Skip to content

Commit 5619398

Browse files
committed
bump bootsrap windows to 0.57
1 parent 84ce2e1 commit 5619398

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

src/bootstrap/Cargo.lock

+3-22
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
"tracing-subscriber",
6363
"tracing-tree",
6464
"walkdir",
65-
"windows 0.52.0",
65+
"windows",
6666
"xz2",
6767
]
6868

@@ -663,7 +663,7 @@ dependencies = [
663663
"libc",
664664
"memchr",
665665
"ntapi",
666-
"windows 0.57.0",
666+
"windows",
667667
]
668668

669669
[[package]]
@@ -843,32 +843,13 @@ version = "0.4.0"
843843
source = "registry+https://github.com/rust-lang/crates.io-index"
844844
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
845845

846-
[[package]]
847-
name = "windows"
848-
version = "0.52.0"
849-
source = "registry+https://github.com/rust-lang/crates.io-index"
850-
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
851-
dependencies = [
852-
"windows-core 0.52.0",
853-
"windows-targets",
854-
]
855-
856846
[[package]]
857847
name = "windows"
858848
version = "0.57.0"
859849
source = "registry+https://github.com/rust-lang/crates.io-index"
860850
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
861851
dependencies = [
862-
"windows-core 0.57.0",
863-
"windows-targets",
864-
]
865-
866-
[[package]]
867-
name = "windows-core"
868-
version = "0.52.0"
869-
source = "registry+https://github.com/rust-lang/crates.io-index"
870-
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
871-
dependencies = [
852+
"windows-core",
872853
"windows-targets",
873854
]
874855

src/bootstrap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tracing-tree = { version = "0.4.0", optional = true }
7474
version = "1.0.0"
7575

7676
[target.'cfg(windows)'.dependencies.windows]
77-
version = "0.52"
77+
version = "0.57"
7878
features = [
7979
"Win32_Foundation",
8080
"Win32_Security",

0 commit comments

Comments
 (0)