From ef8d2d569d295940924e6eb1a7dfdc34eaea48f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 23:44:49 +0000 Subject: [PATCH 1/2] Bump log from 0.4.33 to 0.4.34 in the patch group Bumps the patch group with 1 update: [log](https://github.com/rust-lang/log). Updates `log` from 0.4.33 to 0.4.34 - [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.33...0.4.34) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34b23c71..752b9f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,9 +3189,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" +checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" dependencies = [ "serde_core", ] From 2c9c7caa4d0afc228478d6324b687db0572dddf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 23:47:01 +0000 Subject: [PATCH 2/2] [dependabot skip] Automatically fix Nix hashes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b956a5f6..84f6a6cb 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ version = cargoToml.package.version; src = ./.; - cargoHash = "sha256-2CavXeHKYfKr0jp0zCtJuzoUxzi9tTcPrltAM+VEs1U="; + cargoHash = "sha256-tWDrGfmSgWAN+pEYesuAkSSLCyofv9NumnGhga0za+k="; doCheck = false; nativeBuildInputs = [pkgs.pkg-config];