From 86be895ee96001b4f1cabeda5b5ad5095f3b7d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 00:04:27 +0000 Subject: [PATCH] build(deps): update simplelog requirement in /probe-rs-cli-util Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the latest version. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: simplelog 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 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"