From b03fd655f32f9f27b6eb4dc86b3796bfc1fd42e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:28:38 +0000 Subject: [PATCH] Bump symbolic-common from 12.16.3 to 12.17.0 Bumps [symbolic-common](https://github.com/getsentry/symbolic) from 12.16.3 to 12.17.0. - [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.16.3...12.17.0) --- updated-dependencies: - dependency-name: symbolic-common dependency-version: 12.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 55b36c3a3..ad36ea5c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1178,9 +1178,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "symbolic-common" -version = "12.16.3" +version = "12.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03f433c9befeea460a01d750e698aa86caf86dcfbd77d552885cd6c89d52f50" +checksum = "b3d8046c5674ab857104bc4559d505f4809b8060d57806e45d49737c97afeb60" dependencies = [ "debugid", "memmap2", diff --git a/Cargo.toml b/Cargo.toml index 093be5e5c..57edbed61 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.16", default-features = false } tabled = "0.20" tempfile = "3.23"