From 6726e953008c8acc23b77a755308ef8491d6520e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:52:05 +0000 Subject: [PATCH] Bump ruint from 1.17.0 to 1.17.2 in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [ruint](https://github.com/recmo/uint). Updates `ruint` from 1.17.0 to 1.17.2 - [Release notes](https://github.com/recmo/uint/releases) - [Changelog](https://github.com/recmo/uint/blob/main/CHANGELOG.md) - [Commits](https://github.com/recmo/uint/compare/v1.17.0...v1.17.2) --- updated-dependencies: - dependency-name: ruint dependency-version: 1.17.2 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1519104..f31d065 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3031,9 +3031,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.17.0" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" +checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a" dependencies = [ "alloy-rlp", "proptest",