From e6db9ed2eccf97ab7ea3d920d3d1ea1da14a1dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 13:31:44 +0000 Subject: [PATCH] build(deps): bump simplelog from 0.10.0 to 0.11.1 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.0 to 0.11.1. - [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.1) --- 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..96d553a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,9 +1536,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" +checksum = "ecabc0118918611790b8615670ab79296272cbe09496b6884b02b1e929c20886" 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"