From 718037dc180b96d084fb040c6923501b406e94d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:11:50 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.25 to 0.4.26 Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26. - [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.25...0.4.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- mania/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8ae0ee..cb6d544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "mania" diff --git a/mania/Cargo.toml b/mania/Cargo.toml index 029c103..cfa8b62 100644 --- a/mania/Cargo.toml +++ b/mania/Cargo.toml @@ -33,7 +33,7 @@ once_cell = "1.20.2" p256 = { version = "0.13.2", features = ["ecdh"] } md-5.workspace = true elliptic-curve = "0.13.8" -log = "0.4.25" +log = "0.4.26" rand_chacha = "0.3.1" num_enum.workspace = true quick-xml = { version = "0.37.2", features = ["serialize"] }