From 7be8953188582ea83f1e88622ccdfcab1a49461c Mon Sep 17 00:00:00 2001 From: Jubilee <46493976+workingjubilee@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:13:47 -0700 Subject: [PATCH] Cut backtrace 0.3.71 (rust-lang/backtrace-rs#599) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9bf2557..ba8c53f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.70" +version = "0.3.71" dependencies = [ "addr2line", "cc", diff --git a/Cargo.toml b/Cargo.toml index 3a6deac7..e1ee1c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backtrace" -version = "0.3.70" +version = "0.3.71" authors = ["The Rust Project Developers"] build = "build.rs" license = "MIT OR Apache-2.0"