From 30d06845edebb1893423a151a45c0b720fc21286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:05:34 +0000 Subject: [PATCH] build(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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb80c59..57e3d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,9 +590,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 = "match_cfg" diff --git a/Cargo.toml b/Cargo.toml index 6742c2f..d28f370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ argon2rs = "0.2.5" base64 = "0.22.1" bcrypt = "0.16.0" dtt = "0.0.9" -log = {version="0.4.25", features = ["std"] } +log = {version="0.4.26", features = ["std"] } scrypt = "0.11.0" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.137"