about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-03 06:20:27 +0000
committerbors <bors@rust-lang.org>2024-10-03 06:20:27 +0000
commitbf71d65980c7005aa30f6f057aaa2e681b703400 (patch)
tree44a406e1ded013292644eee72c9921c76fb4f706 /compiler/rustc_errors
parent52aa98a994f84e02bae6a7573b8c81bb8add2b98 (diff)
parent9b35886adfe5da4163e95508f586dc071eec4d0f (diff)
downloadrust-bf71d65980c7005aa30f6f057aaa2e681b703400.tar.gz
rust-bf71d65980c7005aa30f6f057aaa2e681b703400.zip
Auto merge of #3935 - RalfJung:rustup, r=RalfJung
Rustup
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",