From 94e5cebc610e261cc40fd183f03fc04c36bccedd Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 13 Feb 2025 09:30:12 -0700 Subject: [PATCH] Update Sentry crate to latest release --- pingora-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 57ba9f580..7b44f8cd9 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -45,7 +45,7 @@ strum_macros = "0.26.2" libc = "0.2.70" chrono = { version = "~0.4.31", features = ["alloc"], default-features = false } prometheus = "0.13" -sentry = { version = "0.26", features = [ +sentry = { version = "0.36", features = [ "backtrace", "contexts", "panic",