From f29324c7c1edae36ae3b89e174168a42d3caea01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:36:15 +0000 Subject: [PATCH] Bump rustc-demangle from 0.1.23 to 0.1.24 Bumps [rustc-demangle](https://github.com/rust-lang/rustc-demangle) from 0.1.23 to 0.1.24. - [Commits](https://github.com/rust-lang/rustc-demangle/compare/0.1.23...0.1.24) --- updated-dependencies: - dependency-name: rustc-demangle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8548b2f..cd5fd7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,9 +694,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" diff --git a/Cargo.toml b/Cargo.toml index 5b1d847..34f7746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["wasm", "development-tools::profiling"] cpp_demangle = "0.4.1" libc = "0.2.142" nix = { version = "0.26", default-features = false, features = ["signal"] } -rustc-demangle = "0.1.23" +rustc-demangle = "0.1.24" spin_sleep = "1.1.1" wasmtime = ">= 15.0.0, < 20.0.0"