about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorLain Yang <fsf@live.com>2022-01-07 13:32:58 +0800
committerLain Yang <fsf@live.com>2022-01-07 13:33:20 +0800
commit9a337b6fe0b9ef29bd400c00ddb29d727dca64ad (patch)
tree052a5a2c30f3ef99f605be0e10194fa780ea7f17 /compiler/rustc_codegen_ssa
parent11f180f42164733cdfd65a705ee988206e9e2a5b (diff)
downloadrust-9a337b6fe0b9ef29bd400c00ddb29d727dca64ad.tar.gz
rust-9a337b6fe0b9ef29bd400c00ddb29d727dca64ad.zip
update Cargo.lock and gimli-rs/object for rustc_codegen_ssa
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index b810e615661..6c6ee363ea3 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -41,6 +41,6 @@ rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
 
 [dependencies.object]
-version = "0.27.0"
+version = "0.28.0"
 default-features = false
 features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]