From da9f9263d183794024af4b82f3c00ec00bfb8695 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 04:17:45 +0000 Subject: [PATCH] Bump log4rs from 0.10.0 to 0.11.0 Bumps [log4rs](https://github.com/estk/log4rs) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/estk/log4rs/releases) - [Changelog](https://github.com/estk/log4rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/estk/log4rs/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 12 +++--------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64793f0..71c752b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,12 +281,6 @@ dependencies = [ "winapi 0.3.8", ] -[[package]] -name = "antidote" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" - [[package]] name = "anyhow" version = "1.0.26" @@ -1129,11 +1123,10 @@ checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" [[package]] name = "log4rs" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "853db99624c59798ddcf027dbe486541dd5cb5008ac6a6aaf217cc6fa044ee71" +checksum = "b47ba5437ccdf01e4addd4d2347ef561911d57f908f4db1e1b192d5c25a92715" dependencies = [ - "antidote", "arc-swap", "chrono", "flate2", @@ -1142,6 +1135,7 @@ dependencies = [ "libc", "log", "log-mdc", + "parking_lot", "serde", "serde-value", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index c7e3e56..48fa603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3.1" git2 = "0.11.0" lazy_static = "1.4.0" log = "0.4.8" -log4rs = "0.10.0" +log4rs = "0.11.0" number_prefix = "0.3.0" openssl-probe = "0.1.2" reqwest = "0.10.1"