Auto merge of #130874 - klensy:bumpme, r=jieyouxu
bump few deps Bumps cargo_metadata, thorin-dwp, windows. Should dedupe some crates around.
This commit is contained in:
commit
851f698682
9 changed files with 36 additions and 79 deletions
|
|
@ -33,7 +33,7 @@ libc = "0.2"
|
|||
miow = "0.6"
|
||||
|
||||
[target.'cfg(windows)'.dependencies.windows]
|
||||
version = "0.52.0"
|
||||
version = "0.57.0"
|
||||
features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_System_Diagnostics_Debug",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ autobins = false
|
|||
|
||||
[dependencies]
|
||||
build_helper = { path = "../build_helper" }
|
||||
cargo_metadata = "0.15"
|
||||
cargo_metadata = "0.18"
|
||||
regex = "1"
|
||||
miropt-test-tools = { path = "../miropt-test-tools" }
|
||||
walkdir = "2"
|
||||
|
|
|
|||
|
|
@ -271,7 +271,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
|||
"datafrog",
|
||||
"deranged",
|
||||
"derive-where",
|
||||
"derive_more",
|
||||
"derive_setters",
|
||||
"digest",
|
||||
"displaydoc",
|
||||
|
|
@ -435,6 +434,9 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
|||
"winapi-x86_64-pc-windows-gnu",
|
||||
"windows",
|
||||
"windows-core",
|
||||
"windows-implement",
|
||||
"windows-interface",
|
||||
"windows-result",
|
||||
"windows-sys",
|
||||
"windows-targets",
|
||||
"windows_aarch64_gnullvm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue