about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2021-08-18 19:44:24 -0700
committerAlex Crichton <alex@alexcrichton.com>2021-08-19 07:31:49 -0700
commit4a3e73643ab944d868a6b2bf05d2d4677cbfb35f (patch)
treeb077c4d634c66f07ecd9603412db171c45ea08e3 /compiler/rustc_codegen_ssa
parent3d0774d0dc98084d25d95cc1909a8051ebbd9cb1 (diff)
downloadrust-4a3e73643ab944d868a6b2bf05d2d4677cbfb35f.tar.gz
rust-4a3e73643ab944d868a6b2bf05d2d4677cbfb35f.zip
Update the backtrace crate in libstd
This commit updates the backtrace crate in libstd now that dependencies
have been updated to use `memchr` from the standard library as well.
This is mostly just making sure deps are up-to-date and have all the
latest-and-greatest fixes and such.

Closes rust-lang/backtrace-rs#432
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 0e036a432ad..930b4dc4d41 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -36,6 +36,6 @@ rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
 
 [dependencies.object]
-version = "0.25.2"
+version = "0.26.1"
 default-features = false
 features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]