From dd2d87f422168d957111a54c19663d4d784dac6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:17:54 +0000 Subject: [PATCH] chore(deps): bump the rust-patch group with 2 updates Bumps the rust-patch group with 2 updates: [sanitization](https://github.com/valkyoth/sanitization) and [sanitization-crypto-interop](https://github.com/valkyoth/sanitization). Updates `sanitization` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/valkyoth/sanitization/releases) - [Changelog](https://github.com/valkyoth/sanitization/blob/main/CHANGELOG.md) - [Commits](https://github.com/valkyoth/sanitization/compare/v2.0.1...v2.0.3) Updates `sanitization-crypto-interop` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/valkyoth/sanitization/releases) - [Changelog](https://github.com/valkyoth/sanitization/blob/main/CHANGELOG.md) - [Commits](https://github.com/valkyoth/sanitization/compare/v2.0.1...v2.0.3) --- updated-dependencies: - dependency-name: sanitization dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: sanitization-crypto-interop dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d13e37..482a044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,15 +264,15 @@ dependencies = [ [[package]] name = "sanitization" -version = "2.0.1" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1811b2a04b8eca8d87ef9cdafec4d6899cefee224e1977ffd0e2c1e45b444c3e" +checksum = "75e43f2762b31232062e8ba7bfbdfcbd33c80c43bf7a306a7e195c3c4f734e0f" [[package]] name = "sanitization-crypto-interop" -version = "2.0.1" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c2cc197715849f1585d220129687a722f6ee001b1d439117b337642f20c1ee" +checksum = "f7132f605a835c043cb017aea2e00b63c6f5c5e46938a9356b1e4054a09f211c" dependencies = [ "sanitization", "sha2",