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"] }