diff --git a/Cargo.lock b/Cargo.lock index 49013323a..fb27838c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3828,9 +3828,9 @@ dependencies = [ [[package]] name = "sentry-tracing" -version = "0.29.2" +version = "0.29.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46ebf58c2bd1d97152c316ff170ee736c59a16967738aeb8ed0d79b80e3713ae" +checksum = "e5b4272dc996c37f2ade1d2b9fc8a605956ae6290f01463d30c28d1c6bf29c1b" dependencies = [ "sentry-core", "tracing-core", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 024bfcc34..23819045d 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -136,7 +136,7 @@ num-integer = "0.1.45" rand = { version = "0.8.5", package = "rand" } # prod feature sentry -sentry-tracing = { version = "0.29.2", optional = true } +sentry-tracing = { version = "0.29.3", optional = true } sentry = { version = "0.29.3", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"], optional = true } # prod feature flamegraph