From 75975e793ecd743ffd90f3b958d7fa7d026145e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:25:06 +0000 Subject: [PATCH] build(deps): bump simplelog from 0.10.0 to 0.11.2 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.0 to 0.11.2. - [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.2) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tuftool/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 438f78de..14c1b874 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,9 +1536,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" +checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c" dependencies = [ "chrono", "log", diff --git a/tuftool/Cargo.toml b/tuftool/Cargo.toml index fc7632e2..a7b0ea00 100644 --- a/tuftool/Cargo.toml +++ b/tuftool/Cargo.toml @@ -31,7 +31,7 @@ rusoto_ssm = { version = "0.47", optional = true, default-features = false } rusoto_kms = { version = "0.47", optional = true, default-features = false } serde = "1.0.125" serde_json = "1.0.63" -simplelog = "0.10" +simplelog = "0.11" snafu = { version = "0.6.10", features = ["backtraces-impl-backtrace-crate"] } structopt = "0.3" tempfile = "3.1.0"