From 0c535d069e8f708c319b6dfa4627e7a09c7a4c02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:30:36 +0000 Subject: [PATCH] fix(deps): update rust crate sentry-core to 0.36.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26791c8..c069118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ members = [ [dependencies] tower = { version = "0.5", features = ["util"], default-features = false } tracing-futures = { version = "0.2.5", optional = true, default-features = false } -sentry-core = { version = "0.35.0", optional = true, default-features = false } +sentry-core = { version = "0.36.0", optional = true, default-features = false } metrics = { version = "0.24.0", optional = true, default-features = false } metrics-exporter-prometheus = { version = "0.16", optional = true, default-features = false } thiserror = "2.0.0"