From 8305ec24d7113158115d55b72887cd1f4154bddd Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Wed, 14 Apr 2021 15:17:23 +0300 Subject: [PATCH] Update the `num-bigint` crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05ae456..acfb072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] chrono = { default-features = false, features = ["alloc"], version = "0.4" } -num-bigint = { default-features = false, version = "0.3" } +num-bigint = { default-features = false, version = "0.4" } num-traits = { default-features = false, version = "0.2" } thiserror = { default-features = false, version = "1" } -- 2.53.0