about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-05-19 06:25:41 +0000
committerGitHub <noreply@github.com>2025-05-19 06:25:41 +0000
commitd5240ccd1cabcf8b7447246e1a0fc337785eb6fa (patch)
treeae48fd8faa8341c557f923b61e25d3180020da2d /compiler/rustc_data_structures
parenta4eb91fa63bafbf339165e4354f84bc70f59e9a7 (diff)
parent1bb2d7352a093f6fc22be24f0b5f6f6ff83338d8 (diff)
downloadrust-d5240ccd1cabcf8b7447246e1a0fc337785eb6fa.tar.gz
rust-d5240ccd1cabcf8b7447246e1a0fc337785eb6fa.zip
Merge pull request #4331 from rust-lang/rustup-2025-05-19
Automatic Rustup
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index f48c73b13b9..f6a02011618 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -38,7 +38,7 @@ features = ["nightly"] # for may_dangle
 version = "0.12"
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.59.0"
+version = "0.61.0"
 features = [
     "Win32_Foundation",
     "Win32_Storage_FileSystem",