From fa4318621c7e0a6344e73e5759cc8a2dec18d4f4 Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Thu, 20 Nov 2025 12:43:34 -0500 Subject: [PATCH] Fix future incompatibility warning These warnings are fixed in the [0.8.x branch][commits] of `num-bigint-dig`. warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 [commits]: https://github.com/dignifiedquire/num-bigint/commits/0-8 --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 840ce88..da8b546 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,11 +1568,10 @@ dependencies = [ [[package]] name = "num-bigint-dig" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" +checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" dependencies = [ - "byteorder", "lazy_static", "libm", "num-integer",