From fc76bd42cf4b7baf36cc06437c5b51c09a55e7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:14:18 +0000 Subject: [PATCH] chore(deps): bump gungraun from 0.19.2 to 0.19.4 Bumps [gungraun](https://github.com/gungraun/gungraun) from 0.19.2 to 0.19.4. - [Release notes](https://github.com/gungraun/gungraun/releases) - [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md) - [Commits](https://github.com/gungraun/gungraun/compare/v0.19.2...v0.19.4) --- updated-dependencies: - dependency-name: gungraun dependency-version: 0.19.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d44173..56bcb36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,6 +540,16 @@ version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +[[package]] +name = "either-or-both" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6717164c227120ba9ddf3e2b32305fc0122741d3ee41a54968eae7573ee01933" +dependencies = [ + "indexmap", + "serde", +] + [[package]] name = "equivalent" version = "1.0.2" @@ -756,9 +766,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gungraun" -version = "0.19.2" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dcd6043b1ff8096c10cdd5c59930139b52ba63cbd1a3452bc3ff95d996f9334" +checksum = "9300d38d30facf6870c15bc9e243edcc47e5ddc270c9d2c1ae824a00b1faea79" dependencies = [ "bincode-next", "derive_more", @@ -784,10 +794,11 @@ dependencies = [ [[package]] name = "gungraun-runner" -version = "0.19.2" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6965c4e60026245b5600b05ab4c4af5ae1eaf72b8ec5da86c9cc6af01258d8cc" +checksum = "47c68c92812da579a2510a2cc702d5aa3251992b9662d4a98502ca46e0cbe16e" dependencies = [ + "either-or-both", "serde", ]