From 8b7127f072874aea80a10e4fd67d92fa63434934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:05:48 +0000 Subject: [PATCH] build(deps): update sentry requirement in /probe-rs-cli-util Updates the requirements on [sentry](https://github.com/getsentry/sentry-rust) to permit the latest version. - [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.27.0...0.30.0) --- updated-dependencies: - dependency-name: sentry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- probe-rs-cli-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probe-rs-cli-util/Cargo.toml b/probe-rs-cli-util/Cargo.toml index e723f28008..b941f508d9 100644 --- a/probe-rs-cli-util/Cargo.toml +++ b/probe-rs-cli-util/Cargo.toml @@ -33,7 +33,7 @@ cargo_toml = "0.11.1" serde = { version = "1.0.115", features = ["derive"] } cargo_metadata = "0.15.0" dunce = "1.0.1" -sentry = { version = "0.27.0", features = ["anyhow"], optional = true } +sentry = { version = "0.30.0", features = ["anyhow"], optional = true } simplelog = "0.12.0" terminal_size = "0.2.0" clap = { version = "3.0", features = ["derive"] }