about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2023-05-09 20:29:27 -0700
committerJubilee Young <workingjubilee@gmail.com>2023-05-10 21:36:22 -0700
commit7156ff67be77dd96b29a4f87c6bb586b5263e35e (patch)
tree0cf40cc7000d19e6f5f6ff7139204855e7426454 /compiler/rustc_codegen_ssa
parent50dff955a9367a4efc72b831549e368992807beb (diff)
downloadrust-7156ff67be77dd96b29a4f87c6bb586b5263e35e.tar.gz
rust-7156ff67be77dd96b29a4f87c6bb586b5263e35e.zip
Bump object and thorin-dwp
object -> 0.31.1
thorin-dwp -> 0.6.0

Required to fix watchOS breakage.
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 4f73b731f5a..698d885f126 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -14,7 +14,7 @@ itertools = "0.10.1"
 tracing = "0.1"
 jobserver = "0.1.22"
 tempfile = "3.2"
-thorin-dwp = "0.4"
+thorin-dwp = "0.6"
 pathdiff = "0.2.0"
 serde_json = "1.0.59"
 snap = "1"
@@ -46,7 +46,7 @@ rustc_session = { path = "../rustc_session" }
 libc = "0.2.50"
 
 [dependencies.object]
-version = "0.30.1"
+version = "0.31.1"
 default-features = false
 features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]