From 691d4ae1d6bb8268ce14c8cf8dfbf9e6cb272dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:30:37 +0000 Subject: [PATCH] build(deps): bump ruint from 1.16.0 to 1.17.1 Bumps [ruint](https://github.com/alloy-rs/ruint) from 1.16.0 to 1.17.1. - [Release notes](https://github.com/alloy-rs/ruint/releases) - [Changelog](https://github.com/alloy-rs/ruint/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/ruint/compare/v1.16.0...v1.17.1) --- updated-dependencies: - dependency-name: ruint dependency-version: 1.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- solana/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 978ab608d0..2664678c91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7135,13 +7135,14 @@ dependencies = [ [[package]] name = "ruint" -version = "1.16.0" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecb38f82477f20c5c3d62ef52d7c4e536e38ea9b73fb570a20c5cae0e14bcf6" +checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", "ark-ff 0.4.2", + "ark-ff 0.5.0", "bytemuck", "bytes", "fastrlp 0.3.1", @@ -7156,7 +7157,7 @@ dependencies = [ "rand 0.9.4", "rlp", "ruint-macro", - "serde", + "serde_core", "valuable", "zeroize", ] diff --git a/solana/Cargo.toml b/solana/Cargo.toml index bf23a7a756..c1555164d1 100644 --- a/solana/Cargo.toml +++ b/solana/Cargo.toml @@ -26,7 +26,7 @@ ctor = "0.4" env_logger = "0.11" itertools = "0.14" log = "0.4" -ruint = { version = "<=1.16", features = ["bytemuck"] } +ruint = { version = "<=1.17", features = ["bytemuck"] } solana-account-info = ">=2,<=3" solana-cpi = ">=2,<=3" solana-instruction = ">=2,<=3"