Update num-bigint to 0.3.3 to fix rust nightly compilation

This commit is contained in:
Conrado Gouvea 2021-09-03 16:19:34 -03:00 committed by Deirdre Connolly
parent 9c220afdc8
commit 7abc98afda
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2201,9 +2201,9 @@ dependencies = [
[[package]]
name = "num-bigint"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba"
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
dependencies = [
"autocfg",
"num-integer",