about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authordirreke <mingyang_ge@163.com>2023-08-14 22:57:38 +0800
committerdirreke <mingyang_ge@163.com>2023-08-14 23:05:45 +0800
commit74817b7053984b0ad0cb04a7b20be61343d05498 (patch)
tree90cc09d5f8c9b46240543a3bf8889848a80d799d /compiler/rustc_codegen_llvm
parent712f4481688f5ddc4afc55259808f0440abc69cc (diff)
downloadrust-74817b7053984b0ad0cb04a7b20be61343d05498.tar.gz
rust-74817b7053984b0ad0cb04a7b20be61343d05498.zip
Upgrade Object and related deps
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index ad51f2d0958..be09820d08d 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -11,7 +11,7 @@ bitflags = "1.0"
 cstr = "0.2"
 libc = "0.2"
 measureme = "10.0.0"
-object = { version = "0.31.1", default-features = false, features = [
+object = { version = "0.32.0", default-features = false, features = [
     "std",
     "read",
 ] }