From d2071ad8caf8dacd564834981e3ce0e66dfaa0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 22:30:41 +0000 Subject: [PATCH] Update addr2line requirement from =0.24.0 to =0.24.1 Updates the requirements on [addr2line](https://github.com/gimli-rs/addr2line) to permit the latest version. - [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/addr2line/compare/0.24.0...0.24.1) --- updated-dependencies: - dependency-name: addr2line 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 6806e243..696bf9c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ zstd = {version = "0.13.1", default-features = false, optional = true} [dev-dependencies] # For performance comparison; pinned, because we use #[doc(hidden)] # APIs. -addr2line = "=0.24.0" +addr2line = "=0.24.1" anyhow = "1.0.71" # TODO: Enable `zstd` feature once toolchain support for it is more # widespread (enabled by default in `ld`). Remove conditionals in