From 183e2a3ceb2d46191153a0c3162e415797fd6134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:21:56 +0000 Subject: [PATCH] Bump symbolic-common from 12.12.0 to 12.13.1 Bumps [symbolic-common](https://github.com/getsentry/symbolic) from 12.12.0 to 12.13.1. - [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.12.0...12.13.1) --- updated-dependencies: - dependency-name: symbolic-common 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 220220951..233458f71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,9 +1184,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "symbolic-common" -version = "12.12.0" +version = "12.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "366f1b4c6baf6cfefc234bbd4899535fca0b06c74443039a73f6dfb2fad88d77" +checksum = "bf08b42a6f9469bd8584daee39a1352c8133ccabc5151ccccb15896ef047d99a" dependencies = [ "debugid", "memmap2", diff --git a/Cargo.toml b/Cargo.toml index 13a0e365e..c06aa3ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" simplelog = "0.12" smallvec = "1.13" -symbolic-common = "12.12" +symbolic-common = "12.13" symbolic-demangle = { version = "12.12", default-features = false } tabled = "0.16" tempfile = "3.13"