From 77f9fd38f3f3b80d543ae379ece03c7201eec555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:17:25 +0200 Subject: [PATCH] build(deps): bump log from 0.4.21 to 0.4.22 (#359) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 705a58a..48e8fa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,9 +1267,9 @@ dependencies = [ [[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 = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 74d6d19..c9b8e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ allocator-api2 = "0.2.14" memsec = { git="https://github.com/rosenpass/memsec.git" ,rev="aceb9baee8aec6844125bd6612f92e9a281373df", features = [ "alloc_ext", ] } rand = "0.8.5" typenum = "1.17.0" -log = { version = "0.4.21" } +log = { version = "0.4.22" } clap = { version = "4.5.7", features = ["derive"] } serde = { version = "1.0.203", features = ["derive"] } arbitrary = { version = "1.3.2", features = ["derive"] }