about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-09-24 16:14:49 +0300
committerklensy <klensy@users.noreply.github.com>2024-09-27 09:23:05 +0300
commit26c09b6553733a0849c30845909a52a6d210b8da (patch)
tree312ac4af1df48e4682078ae2aa58d9345af94077 /compiler/rustc_codegen_ssa
parent58420a065b68ecb3eec03b942740c761cdadd5c4 (diff)
downloadrust-26c09b6553733a0849c30845909a52a6d210b8da.tar.gz
rust-26c09b6553733a0849c30845909a52a6d210b8da.zip
bump few deps
cargo_metadata, thorin-dwp, windows
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 3ab4cd0a0f5..81590674ec7 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -39,7 +39,7 @@ serde_json = "1.0.59"
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tempfile = "3.2"
 thin-vec = "0.2.12"
-thorin-dwp = "0.7"
+thorin-dwp = "0.8"
 tracing = "0.1"
 wasm-encoder = "0.216.0"
 # tidy-alphabetical-end
@@ -55,5 +55,5 @@ default-features = false
 features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write", "wasm"]
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.52.0"
+version = "0.57.0"
 features = ["Win32_Globalization"]