From 9441caf704482a530dbca88be6dc959eaeac05a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:22:46 +0000 Subject: [PATCH] Bump num-bigint from 0.4.6 to 0.5.0 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.6 to 0.5.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2756e11ae8..102febad81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,6 +246,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "generic-array" version = "0.14.7" @@ -301,7 +307,7 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", - "foldhash", + "foldhash 0.1.5", "rayon", ] @@ -310,6 +316,12 @@ name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", + "rayon", +] [[package]] name = "heck" @@ -517,9 +529,19 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +checksum = "c863e9ab5e7bf9c99ba75e1050f1e4d624ae87ed3532d6238ffbdc7b585dbbe6" +dependencies = [ + "num-integer", + "num-traits", +] + +[[package]] +name = "num-bigint" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7032fbb7ef662c18e806aa75b311f68ddf5c94e8fc62832c0039d79095ab6abf" dependencies = [ "num-integer", "num-traits", @@ -549,7 +571,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "num-bigint", + "num-bigint 0.4.7", "num-integer", "num-traits", ] @@ -717,10 +739,10 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c" dependencies = [ - "hashbrown 0.15.5", + "hashbrown 0.17.1", "indexmap", "libc", - "num-bigint", + "num-bigint 0.4.7", "num-complex", "num-traits", "once_cell", @@ -969,13 +991,13 @@ version = "0.18.0" dependencies = [ "fixedbitset", "flate2", - "foldhash", + "foldhash 0.1.5", "hashbrown 0.15.5", "indexmap", "nalgebra-sparse", "ndarray", "ndarray-stats", - "num-bigint", + "num-bigint 0.5.0", "num-complex", "num-traits", "numpy", @@ -1000,8 +1022,8 @@ name = "rustworkx-core" version = "0.18.0" dependencies = [ "fixedbitset", - "foldhash", - "hashbrown 0.15.5", + "foldhash 0.1.5", + "hashbrown 0.17.1", "indexmap", "ndarray", "num-traits",