From b6d2bf771b2ebf73d557bacaf1bff146151c2000 Mon Sep 17 00:00:00 2001 From: AN Long Date: Fri, 15 Aug 2025 20:24:45 +0900 Subject: [PATCH] Bump rustc-demangle version --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 712ede0..37de1e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "bitflags" @@ -28,9 +28,9 @@ checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" [[package]] name = "rustfilt" diff --git a/Cargo.toml b/Cargo.toml index e2b075f..ac8c742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" license = "Apache-2.0" [dependencies] -rustc-demangle = { version = "0.1.23", features = ["std"] } +rustc-demangle = { version = "0.1.26", features = ["std"] } [dependencies.clap] version = "^2.21.1"