Bump num-bigint from 0.4.0 to 0.4.1

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.0...num-bigint-0.4.1)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-30 03:04:19 +00:00
committed by GitHub
parent e32e271389
commit 4fa64cd531
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -645,9 +645,9 @@ dependencies = [
[[package]] [[package]]
name = "num-bigint" name = "num-bigint"
version = "0.4.0" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512" checksum = "76e97c412795abf6c24ba30055a8f20642ea57ca12875220b854cfa501bf1e48"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"num-integer", "num-integer",
+1 -1
View File
@@ -30,7 +30,7 @@ serde_json = "1.0.66"
bincode = "1.3.3" bincode = "1.3.3"
serde_cbor = "0.11.2" serde_cbor = "0.11.2"
base64 = "0.13.0" base64 = "0.13.0"
num-bigint = "0.4.0" num-bigint = "0.4.1"
num-traits = "0.2.14" num-traits = "0.2.14"
chrono = { version = "0.4.19", features = ["serde"] } chrono = { version = "0.4.19", features = ["serde"] }
rand = { version = "0.8.4", package = "rand" } rand = { version = "0.8.4", package = "rand" }