From 23ed3d1fd9669602d16d18a79f62834497f2b1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 08:03:30 +0000 Subject: [PATCH] chore(deps): update num-bigint requirement in /tests/fuzz Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.6...num-bigint-0.5.0) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b24b759de0c..ec95ce08190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ itoa = "1.0.18" jemallocator = "0.5.4" mimalloc-safe = "0.1.62" lz4_flex = "0.13.1" -num-bigint = "0.4.6" +num-bigint = "0.5.0" num-traits = "0.2.19" once_cell = { version = "1.21.3", default-features = false } oneshot = "0.2.1"