From 5dacd0a371858b7ed6d85c1cdd9342950be5d091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:15:03 +0000 Subject: [PATCH] chore(deps): update rust crate num-bigint to 0.5.0 --- Cargo.lock | 36 +++++++++++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d151014ff35..5c23071007f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" dependencies = [ "autocfg", "libm", - "num-bigint", + "num-bigint 0.4.8", "num-integer", "num-traits", ] @@ -465,7 +465,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1015,7 +1015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2041,7 +2041,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2055,6 +2055,16 @@ dependencies = [ "rand 0.8.6", ] +[[package]] +name = "num-bigint" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" +dependencies = [ + "num-integer", + "num-traits", +] + [[package]] name = "num-conv" version = "0.2.2" @@ -2076,7 +2086,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" dependencies = [ - "num-bigint", + "num-bigint 0.4.8", "num-integer", "num-traits", ] @@ -2090,7 +2100,7 @@ dependencies = [ "bitvec", "either", "lru", - "num-bigint", + "num-bigint 0.4.8", "num-integer", "num-modular", "num-traits", @@ -2672,7 +2682,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3001,7 +3011,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3011,7 +3021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3603,7 +3613,7 @@ dependencies = [ "clap", "codspeed-divan-compat", "fluent", - "num-bigint", + "num-bigint 0.5.1", "num-traits", "onig", "thiserror 2.0.19", @@ -3618,7 +3628,7 @@ dependencies = [ "codspeed-divan-compat", "fluent", "memchr", - "num-bigint", + "num-bigint 0.5.1", "num-prime", "uucore", ] @@ -4097,7 +4107,7 @@ dependencies = [ "clap", "codspeed-divan-compat", "fluent", - "num-bigint", + "num-bigint 0.5.1", "num-traits", "thiserror 2.0.19", "uucore", @@ -4773,7 +4783,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 709121b23ef..72d1fdeb22a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -446,7 +446,7 @@ memmap2 = "0.9.4" nix = { version = "0.31.3", default-features = false } nom = "8.0.0" notify = { version = "8.2.0", features = ["macos_kqueue"] } -num-bigint = "0.4.4" +num-bigint = "0.5.0" num-prime = "0.5.0" num-traits = "0.2.19" onig = { version = "~6.5.1", default-features = false }