From fddd361d3e3afe022873c64413ca10e09d03217c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:55:51 +0000 Subject: [PATCH] build(deps): bump sentry-tracing from 0.29.2 to 0.29.3 (#6124) Bumps [sentry-tracing](https://github.com/getsentry/sentry-rust) from 0.29.2 to 0.29.3. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.29.2...0.29.3) --- updated-dependencies: - dependency-name: sentry-tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49013323..fb27838c 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 024bfcc3..23819045 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