From 3f6ca4723e4a49fcd9b8fd394010ed2b1d5056cc Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Fri, 3 Sep 2021 19:24:02 +0200 Subject: [PATCH] Update num-bigint to 0.4.2 to fix CI --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c632db295..57e77b3db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,9 +1144,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512" +checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535" dependencies = [ "autocfg", "num-integer",