From 43fdfef4bf7fa70e71ccd59e36606b11070c6d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 11:04:41 +0000 Subject: [PATCH] Bump log from 0.4.14 to 0.4.17 Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17. - [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.14...0.4.17) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- frontend/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84f323a7..dc7727b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1454,9 +1454,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if 1.0.0", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0643e08f..bf901c05 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -39,7 +39,7 @@ diesel = { version = "1.4.8", features = ["r2d2", "postgres"] } env_logger = "0.9.0" futures = "0.3.25" jsonwebtoken = "7.2.0" -log = "0.4.14" +log = "0.4.17" num_cpus = "1.13.0" openssl = "0.10.38" r2d2 = "0.8.9" diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 99c8f415..3b1e449f 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -28,7 +28,7 @@ webapp = { version = "1.0.0", path = ".." } [dependencies] anyhow = "1.0.51" -log = "0.4.14" +log = "0.4.17" serde = { version = "1.0.147", features = ["derive"] } stdweb = "0.4.20" thiserror = "1.0.30"