From 71f5547b6ac6a96079242fb767086e059f099df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:05:53 +0000 Subject: [PATCH] Update gimli requirement from 0.28.1 to 0.29.0 Updates the requirements on [gimli](https://github.com/gimli-rs/gimli) to permit the latest version. - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/gimli/compare/0.28.1...0.29.0) --- updated-dependencies: - dependency-name: gimli 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 87e413e..4357a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0.50" cpp_demangle = "0.4.3" serde_json = "1.0" object = "0.35.0" -gimli = "0.28.1" +gimli = "0.29.0" memmap2 = "0.9.4" rustc-demangle = "0.1.23"