summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-05-09 18:20:13 +0300
committerklensy <klensy@users.noreply.github.com>2023-05-09 18:20:13 +0300
commit3c03cce341ef9be288f05e0be3e9fe56100d37ba (patch)
tree48ebf590c9ed95cbfd3b1c2b37e234acb6d4e573 /src/tools
parent7e7483d26e3cec7a44ef00cf7ae6c9c8c918bec6 (diff)
downloadrust-3c03cce341ef9be288f05e0be3e9fe56100d37ba.tar.gz
bump windows crate 0.46 -> 0.48 in workspace
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/compiletest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index 85fd6523c82..0d42504c7f4 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -28,7 +28,7 @@ libc = "0.2"
miow = "0.5"
[target.'cfg(windows)'.dependencies.windows]
-version = "0.46.0"
+version = "0.48.0"
features = [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug",