]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
New upstream version 1.55.0+dfsg1
[rustc.git] / compiler / rustc_codegen_ssa / Cargo.toml
index 9bd5764f0730dbff3e4772db5a50b0947b2afbe7..f1e412df86149729004e89cf9de35d2d5c497864 100644 (file)
@@ -9,13 +9,14 @@ test = false
 
 [dependencies]
 bitflags = "1.2.1"
-cc = "1.0.68"
+cc = "1.0.69"
 itertools = "0.9"
 tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.22"
 tempfile = "3.2"
 pathdiff = "0.2.0"
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }
@@ -35,6 +36,6 @@ rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
 
 [dependencies.object]
-version = "0.25.2"
+version = "0.26.2"
 default-features = false
 features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]