From 70a501282c7964219256bdd1e2baf732691dc258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:58:10 +0000 Subject: [PATCH] build(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 +- nss/Cargo.toml | 2 +- pam/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ebdd2c8..019bd6a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,9 +1536,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 = "matchit" diff --git a/Cargo.toml b/Cargo.toml index 9ca263aa..c646a493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ base64 = "0.22.1" cxx = "1.0.194" hyper-util = "0.1.20" libc = "0.2.186" -log = "0.4.30" +log = "0.4.31" prost = "0.14" prost-types = "0.14" sentry = "0.48.2" diff --git a/nss/Cargo.toml b/nss/Cargo.toml index ba513135..7fcd8b62 100644 --- a/nss/Cargo.toml +++ b/nss/Cargo.toml @@ -17,4 +17,4 @@ ctor = "1.0.7" dtor = "1.0.5" libc = "0.2.186" libnss = "0.9.0" -log = "0.4.30" +log = "0.4.31" diff --git a/pam/Cargo.toml b/pam/Cargo.toml index aca270cf..b204f251 100644 --- a/pam/Cargo.toml +++ b/pam/Cargo.toml @@ -19,7 +19,7 @@ dtor = "1.0.5" gethostname = "1.1.0" hex = "0.4.3" libc = "0.2.186" -log = "0.4.30" +log = "0.4.31" pam-bindings = "0.1.2" serde = "1.0.228" serde_json = "1.0.150"