From 4a3e73643ab944d868a6b2bf05d2d4677cbfb35f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 18 Aug 2021 19:44:24 -0700 Subject: 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 --- compiler/rustc_codegen_ssa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_codegen_ssa') 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"] -- cgit 1.4.1-3-g733a5