]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Simulacrum
[rust.git] / compiler / rustc_codegen_ssa / Cargo.toml
index d1ad687e6aee32a2b3e30c17557e58e366efce87..0d2d2ec68a23f3adf9ac9d928d0a435bb67c6c9b 100644 (file)
@@ -15,7 +15,7 @@ tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.22"
 tempfile = "3.2"
-thorin-dwp = "0.3"
+thorin-dwp = "0.4"
 pathdiff = "0.2.0"
 serde_json = "1.0.59"
 snap = "1"
@@ -44,6 +44,6 @@ rustc_session = { path = "../rustc_session" }
 rustc_const_eval = { path = "../rustc_const_eval" }
 
 [dependencies.object]
-version = "0.29.0"
+version = "0.30.1"
 default-features = false
 features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]