about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-05-20 04:37:19 +0200
committerGitHub <noreply@github.com>2025-05-20 04:37:19 +0200
commit86662dced5b01e3ae93dabf07935c326e1c4ff7b (patch)
treeed40b1a03fd6a04ce8c24948efda9d26ec0f2178 /compiler/rustc_errors
parentbcf2b59833abf7fcd16bf0feff752e8cb778cfd9 (diff)
parent288ca059765372d2f009c840fae7c1e06a9071d8 (diff)
downloadrust-86662dced5b01e3ae93dabf07935c326e1c4ff7b.tar.gz
rust-86662dced5b01e3ae93dabf07935c326e1c4ff7b.zip
Merge pull request #2392 from rust-lang/rustc-pull
Rustc pull update
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",