From 6d458c055c8f0870e4ec6acda82b8af22ef06647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 06:54:49 +0000 Subject: [PATCH] chore(deps): bump gimli from 0.31.1 to 0.32.0 Bumps [gimli](https://github.com/gimli-rs/gimli) from 0.31.1 to 0.32.0. - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/gimli/compare/0.31.1...0.32.0) --- updated-dependencies: - dependency-name: gimli dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a0376e..1692a57a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1246,6 +1246,17 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe" +dependencies = [ + "fallible-iterator", + "indexmap", + "stable_deref_trait", +] + [[package]] name = "h2" version = "0.4.11" @@ -2585,7 +2596,7 @@ dependencies = [ "dirs", "env_logger 0.11.8", "futures", - "gimli 0.31.1", + "gimli 0.32.0", "indicatif", "log", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 0a8a0e2e..1422cc0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ cranelift-module = "0.121" cranelift-jit = "0.121" cranelift-native = "0.121" # Debug symbol support -gimli = { version = "0.31", features = ["write"] } +gimli = { version = "0.32", features = ["write"] } target-lexicon = "0.12" rand = "0.8" toml = "0.9"