about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-28 05:15:29 +0000
committerbors <bors@rust-lang.org>2024-09-28 05:15:29 +0000
commit851f698682aa2e4c226e1a2c1af30adbcb63aae2 (patch)
tree7b15da6ac98c3f24846caa0df70b8c041808494c /compiler/rustc_errors
parentb6576e3f63916034810d24172c35a5ac1c0ef704 (diff)
parent62d92e651ecf70d55842c0253ff6e440cd9b640b (diff)
downloadrust-851f698682aa2e4c226e1a2c1af30adbcb63aae2.tar.gz
rust-851f698682aa2e4c226e1a2c1af30adbcb63aae2.zip
Auto merge of #130874 - klensy:bumpme, r=jieyouxu
bump few deps

Bumps cargo_metadata, thorin-dwp, windows.

Should dedupe some crates around.
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml
index 59cf4e5f210..00eaf4d5a86 100644
--- a/compiler/rustc_errors/Cargo.toml
+++ b/compiler/rustc_errors/Cargo.toml
@@ -29,7 +29,7 @@ tracing = "0.1"
 # tidy-alphabetical-end
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.52.0"
+version = "0.57.0"
 features = [
     "Win32_Foundation",
     "Win32_Security",