From b6162859595ebbd1a4d2be6c3a3fed96d845626c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:39:51 +0000 Subject: [PATCH] Bump log from 0.4.21 to 0.4.22 Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. - [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.21...0.4.22) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- engine/Cargo.toml | 2 +- observer_ward/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c5b847c..5fc49228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,9 +979,9 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "md-5" diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 0cf70856..ece70644 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -28,4 +28,4 @@ md-5 = "0.10.6" tl = "0.7.8" mime = "0.3.17" thiserror = "1" -log = "0.4.21" +log = "0.4.22" diff --git a/observer_ward/Cargo.toml b/observer_ward/Cargo.toml index 841dfacb..5ff1343b 100644 --- a/observer_ward/Cargo.toml +++ b/observer_ward/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1" env_logger = { version = "0.11.3", default-features = false, features = [ "auto-color", ] } -log = "0.4.21" +log = "0.4.22" console = "0.15.8" rustc_lexer = "0.1.0" zip = { version = "2.1.3", default-features = false, features = ["deflate"] }