From 166e9e56dd5eb5e93caa510b22ad678de6ba65e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:30:57 +0000 Subject: [PATCH] Update simplelog requirement from 0.9.0 to 0.10.0 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.9.0...v0.10.0) 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 36412e2d0a..4c3659a5d4 100644 --- a/probe-rs-cli-util/Cargo.toml +++ b/probe-rs-cli-util/Cargo.toml @@ -30,5 +30,5 @@ serde = { version = "1.0.115", features = [ "derive" ] } cargo_metadata = "0.12.0" dunce = "1.0.1" sentry = { version = "0.22.0", features = ["anyhow"], optional = true } -simplelog = "0.9.0" +simplelog = "0.10.0" terminal_size = "0.1.13"