From 0aba5d3afa34cd32acd12463ee8652081c359be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:20:18 +0000 Subject: [PATCH] build(deps): bump log from 0.4.17 to 0.4.20 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.20. - [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.17...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- fydia-config/Cargo.toml | 2 +- fydia-router/Cargo.toml | 2 +- fydia-sql/Cargo.toml | 2 +- fydia-struct/Cargo.toml | 2 +- fydia/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3a296b..93ddb4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,12 +1190,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "matchers" diff --git a/fydia-config/Cargo.toml b/fydia-config/Cargo.toml index 2ae72f9..47da11b 100644 --- a/fydia-config/Cargo.toml +++ b/fydia-config/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" fydia-utils = { path = "../fydia-utils" } toml = "0.7.3" reqwest = "0.11.18" -log = "0.4.17" +log = "0.4.20" diff --git a/fydia-router/Cargo.toml b/fydia-router/Cargo.toml index 2b98627..4a056b0 100644 --- a/fydia-router/Cargo.toml +++ b/fydia-router/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.28.2", default-features = false } futures = "0.3.27" chrono = "0.4.24" axum = { version = "0.6.18", features = ["ws", "headers"] } -log = "0.4.17" +log = "0.4.20" mime = "0.3.17" multer = "2.1.0" infer = "0.13.0" diff --git a/fydia-sql/Cargo.toml b/fydia-sql/Cargo.toml index c4d1d89..1fa4fe5 100644 --- a/fydia-sql/Cargo.toml +++ b/fydia-sql/Cargo.toml @@ -12,7 +12,7 @@ fydia-crypto = { path = "../fydia-crypto" } fydia-struct = { path = "../fydia-struct" } fydia-utils = { path = "../fydia-utils" } shared = { path = "./shared" } -log = "0.4.17" +log = "0.4.20" tokio = { version = "1.28.2", default-features = false, features = [ "rt", diff --git a/fydia-struct/Cargo.toml b/fydia-struct/Cargo.toml index e4710ae..e08589d 100644 --- a/fydia-struct/Cargo.toml +++ b/fydia-struct/Cargo.toml @@ -11,7 +11,7 @@ chrono = "0.4.24" futures = "0.3.27" fydia-crypto = { path = "../fydia-crypto" } fydia-utils = { path = "../fydia-utils" } -log = "0.4.17" +log = "0.4.20" mime = "0.3.17" url = "2.3.1" tokio = { version = "1.28.2", default-features = false } diff --git a/fydia/Cargo.toml b/fydia/Cargo.toml index 9f796da..f0ef5bd 100644 --- a/fydia/Cargo.toml +++ b/fydia/Cargo.toml @@ -16,6 +16,6 @@ tokio = { version = "1.28.2", default-features = false, features = [ ] } fydia-router = { path = "../fydia-router" } fydia-config = { path = "../fydia-config" } -log = "0.4.17" +log = "0.4.20" pretty_env_logger = "0.5.0" chrono = "0.4.24"