From 06783df67f9492de87842af0decd54b3b1b039c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:24:52 +0000 Subject: [PATCH] Update cpp_demangle requirement from 0.4.0 to 0.5.1 Updates the requirements on [cpp_demangle](https://github.com/gimli-rs/cpp_demangle) to permit the latest version. - [Changelog](https://github.com/gimli-rs/cpp_demangle/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/cpp_demangle/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: cpp_demangle dependency-version: 0.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 567897a..4d9f0f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "cpp_demangle" crate-type = ["cdylib"] [dependencies] -cpp_demangle = "0.4.0" +cpp_demangle = "0.5.1" [dependencies.pyo3] version = "0.17.3"