From d48b414c37b2fa0a73196fd2b53830ab7369de37 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Wed, 18 Sep 2024 11:27:45 +0200 Subject: [PATCH] Update dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d58fc5..505d229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] fxhash = "0.2.1" rand = "0.8.5" -num-bigint = "0.4.4" +num-bigint = "0.4.6" serde = { version = "1.0", optional = true, features = ["derive"] } # Enable rich docs for some online docs autogen services.