From 5db333c34693eab1d029af7602ed5e30b66f742f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:20:07 +0000 Subject: [PATCH] chore(deps): Bump log from 0.4.30 to 0.4.31 Bumps [log](https://github.com/rust-lang/log) from 0.4.30 to 0.4.31. - [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.30...0.4.31) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.31 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 48f374b..c6ea316 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index fb47c00..ce71ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ http-body-util = "0.1.3" hyper = { version = "1.10.1", features = ["server", "http1"] } hyper-util = { version = "0.1.20", features = ["server", "server-auto", "http1", "tokio"] } lazy_static = "1.5.0" -log = { version = "0.4.30", features = ["std"] } +log = { version = "0.4.31", features = ["std"] } pretty_env_logger = "0.5.0" rust-embed = { version = "8.11.0", features = ["interpolate-folder-path", "tokio"] } tokio = { version = "1.52.3", features = ["bytes", "fs", "rt", "macros", "net", "io-std"] }