From 15091095ab8eb44df42a171c1417e0926ceec136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:58:13 +0000 Subject: [PATCH] Bump symbolic-common from 12.17.2 to 12.17.3 Bumps [symbolic-common](https://github.com/getsentry/symbolic) from 12.17.2 to 12.17.3. - [Release notes](https://github.com/getsentry/symbolic/releases) - [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/symbolic/compare/12.17.2...12.17.3) --- updated-dependencies: - dependency-name: symbolic-common dependency-version: 12.17.3 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 844e8d823..c63860a29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,9 +1196,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "symbolic-common" -version = "12.17.2" +version = "12.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "751a2823d606b5d0a7616499e4130a516ebd01a44f39811be2b9600936509c23" +checksum = "52ca086c1eb5c7ee74b151ba83c6487d5d33f8c08ad991b86f3f58f6629e68d5" dependencies = [ "debugid", "memmap2", diff --git a/Cargo.toml b/Cargo.toml index 7c70f3dcb..3309ceae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" simplelog = "0.12" smallvec = "1.15" -symbolic-common = "12.16" +symbolic-common = "12.17" symbolic-demangle = { version = "12.17", default-features = false } tabled = "0.20" tempfile = "3.26"