From e75ef378c73293444e00d190d02b506b240e4b1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 08:21:59 +0000 Subject: [PATCH] Bump log from 0.4.8 to 0.4.11 Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 154bebc..e15f233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,9 +876,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.8" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" +checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" dependencies = [ "cfg-if", ] @@ -1417,7 +1417,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "tokio 0.2.20", + "tokio 0.2.21", "xml-rs", ] @@ -1486,7 +1486,7 @@ dependencies = [ "serde", "serde_json", "shlex", - "tokio 0.2.20", + "tokio 0.2.21", "zeroize", ] @@ -1526,7 +1526,7 @@ dependencies = [ "serde", "sha2", "time 0.2.14", - "tokio 0.2.20", + "tokio 0.2.21", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 110ed48..78804d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ rusoto = "0.24.2" rusoto_dynamodb = "0.43.0" rusoto_core = "0.44.0" simple_logger = "1.6.0" -log = "0.4.8" +log = "0.4.11" # FIXME causing version conflicts # tracing-honeycomb = { git = "https://github.com/inanna-malick/tracing-honeycomb/", branch = "v2-rain" }