Merge pull request #1442 from AleoHQ/dependabot/cargo/num-bigint-0.4.3

Bump num-bigint from 0.4.2 to 0.4.3
This commit is contained in:
gluax 2021-11-03 12:38:52 -07:00 committed by GitHub
commit 9057ebf095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1768,9 +1768,9 @@ dependencies = [
[[package]]
name = "num-bigint"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",