diff --git a/probe-rs-cli-util/Cargo.toml b/probe-rs-cli-util/Cargo.toml index 14fef444d..9330e4d64 100644 --- a/probe-rs-cli-util/Cargo.toml +++ b/probe-rs-cli-util/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0.115", features = ["derive"] } cargo_metadata = "0.14.0" dunce = "1.0.1" sentry = { version = "0.25.0", features = ["anyhow"], optional = true } -simplelog = "0.11.0" +simplelog = "0.12.0" terminal_size = "0.1.13" clap = { version = "3.0", features = ["derive"] } byte-unit = "4.0.13"