From 907ae48e38224ea0b536cfb7b28510c3503b5b6e Mon Sep 17 00:00:00 2001 From: Paul Gey Date: Mon, 10 Nov 2025 20:23:07 +0100 Subject: [PATCH] Update `rustc-demangle` --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b8c4070..c814067 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -42,9 +42,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "rustc-demangle" -version = "0.1.24" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" +checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" [[package]] name = "rustfilt" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5c202ae..b65a625 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" [dependencies] lazy_static = "1.4.0" regex = "1.5.5" -rustc-demangle = "0.1.24" +rustc-demangle = "0.1.27"