From e0dbeb27639d52fda1b1b607a69d31e3806f8799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Mar 2021 22:50:56 +0000 Subject: [PATCH] Bump log from 0.4.11 to 0.4.14 Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.14. - [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.11...0.4.14) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- sync-server/Cargo.toml | 2 +- taskchampion/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49457414e..ab4b6db1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1261,11 +1261,11 @@ dependencies = [ [[package]] name = "log" -version = "0.4.11" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c68c40934..b9959c1f3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -8,7 +8,7 @@ version = "0.3.0" dirs = "^3.0.1" env_logger = "^0.8.2" anyhow = "1.0" -log = "^0.4.11" +log = "^0.4.14" nom = "^6.0.1" prettytable-rs = "^0.8.0" textwrap = { version="^0.12.1", features=["terminal_size"] } diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 4923fce84..e30ce6801 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -14,7 +14,7 @@ futures = "^0.3.8" serde = "^1.0.125" kv = {version = "^0.10.0", features = ["msgpack-value"]} clap = "^2.33.0" -log = "^0.4.11" +log = "^0.4.14" env_logger = "^0.8.2" [dev-dependencies] diff --git a/taskchampion/Cargo.toml b/taskchampion/Cargo.toml index 82733ed8d..06751f337 100644 --- a/taskchampion/Cargo.toml +++ b/taskchampion/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "1.0" kv = {version = "^0.10.0", features = ["msgpack-value"]} lmdb-rkv = {version = "^0.12.3"} ureq = "^1.5.2" -log = "^0.4.11" +log = "^0.4.14" tindercrypt = { version = "^0.2.2", default-features = false } [dev-dependencies]