From 4815e0a8684bdb34d9b7ec75baa260304b8c12a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 00:13:45 +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.10.0...v0.11.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 dac787311..5aa77aa09 100644 --- a/probe-rs-cli-util/Cargo.toml +++ b/probe-rs-cli-util/Cargo.toml @@ -29,6 +29,6 @@ serde = { version = "1.0.115", features = [ "derive" ] } cargo_metadata = "0.14.0" dunce = "1.0.1" sentry = { version = "0.23.0", features = ["anyhow"], optional = true } -simplelog = "0.10.0" +simplelog = "0.11.0" terminal_size = "0.1.13" structopt = "0.3" \ No newline at end of file