From 083211b7dcd11868d5269392ec828d602260af8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:54:49 +0000 Subject: [PATCH 1/2] Bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [similar](https://github.com/mitsuhiko/similar) and [uuid](https://github.com/uuid-rs/uuid). Updates `similar` from 3.1.2 to 3.2.0 - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/3.1.2...3.2.0) Updates `uuid` from 1.24.1 to 1.25.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.24.1...1.25.0) --- updated-dependencies: - dependency-name: similar dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uuid dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 752b9f58..e91a7234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5523,9 +5523,9 @@ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "similar" -version = "3.1.2" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ee016af5d736b69fc89e19254540fa4b5f5492853fb5503920f084011c78b6" +checksum = "4f66ca1f7aca2474dc10c942eb22feffc897735f54cd1db90138c2fddb490987" dependencies = [ "bstr", ] @@ -6610,9 +6610,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.24.1" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9" +checksum = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc" dependencies = [ "getrandom 0.4.1", "js-sys", @@ -7599,7 +7599,7 @@ dependencies = [ "serde_yaml 0.9.34+deprecated", "serial_test", "shlex 2.0.1", - "similar 3.1.2", + "similar 3.2.0", "slog", "slog-async", "slog-scope", From 87bab822d270c88517928ca9c3cb4cf86ea801d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:56:51 +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 84f6a6cb..47aa09ee 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ version = cargoToml.package.version; src = ./.; - cargoHash = "sha256-tWDrGfmSgWAN+pEYesuAkSSLCyofv9NumnGhga0za+k="; + cargoHash = "sha256-V/nE9lirjiEJqyPlZ7FbaWBQp9a2WfaJRzjRetHeXUM="; doCheck = false; nativeBuildInputs = [pkgs.pkg-config];