From c486ff64a379a1e010282198d41fb60941ec96ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:17:49 +0000 Subject: [PATCH] build(deps): update num-bigint requirement Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. Updates `num-bigint` to 0.5.1 - [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.0...num-bigint-0.5.1) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.1 dependency-type: direct:production dependency-group: fuzz-deps ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index fde27a2..4b335ef 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -9,7 +9,7 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" -num-bigint = "0.4" +num-bigint = "0.5" num-traits = "0.2" bitrep = { path = "..", features = ["stats", "quantile"] }