about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-05-19 04:16:41 +0000
committerThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-05-19 04:16:41 +0000
commit288ca059765372d2f009c840fae7c1e06a9071d8 (patch)
treea8c9f8be48d2ffa7889b02caa18a9d367876d008 /compiler/rustc_errors
parent70ead0af5be34bf03a9313be20fa610668b41340 (diff)
parente42bbfe1f7c26f8760a99c4b1f27d33aba1040bb (diff)
downloadrust-288ca059765372d2f009c840fae7c1e06a9071d8.tar.gz
rust-288ca059765372d2f009c840fae7c1e06a9071d8.zip
Merge from rustc
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 b11793c190a..82e7468211d 100644
--- a/compiler/rustc_errors/Cargo.toml
+++ b/compiler/rustc_errors/Cargo.toml
@@ -33,7 +33,7 @@ tracing = "0.1"
 # tidy-alphabetical-end
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.59.0"
+version = "0.61.0"
 features = [
     "Win32_Foundation",
     "Win32_Security",