From f0632610aee74657cabf3273fab2759571a35764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:09:13 +0000 Subject: [PATCH] Update gimli requirement from 0.29.0 to 0.31.1 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.29.0...0.31.1) --- 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 4357a6a..2d44618 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.29.0" +gimli = "0.31.1" memmap2 = "0.9.4" rustc-demangle = "0.1.23"