summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
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 /compiler/rustc_driver_impl
parent7e7483d26e3cec7a44ef00cf7ae6c9c8c918bec6 (diff)
downloadrust-3c03cce341ef9be288f05e0be3e9fe56100d37ba.tar.gz
rust-3c03cce341ef9be288f05e0be3e9fe56100d37ba.zip
bump windows crate 0.46 -> 0.48 in workspace
Diffstat (limited to 'compiler/rustc_driver_impl')
-rw-r--r--compiler/rustc_driver_impl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/Cargo.toml b/compiler/rustc_driver_impl/Cargo.toml
index d7d97fcc3e7..67352c55c90 100644
--- a/compiler/rustc_driver_impl/Cargo.toml
+++ b/compiler/rustc_driver_impl/Cargo.toml
@@ -57,7 +57,7 @@ rustc_mir_transform = { path = "../rustc_mir_transform" }
 libc = "0.2"
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.46.0"
+version = "0.48.0"
 features = [
     "Win32_System_Diagnostics_Debug",
 ]