From c1749ce9a8cc0105b9d224e66f9ce4632133c1ea Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Mon, 26 Aug 2024 20:03:53 -0700 Subject: [PATCH] Cut backtrace 0.3.74 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 900db897..8f4388b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" dependencies = [ "addr2line", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 8fa5f3fa..00e9b246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backtrace" -version = "0.3.73" +version = "0.3.74" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"