]> git.lizzy.rs Git - PAKEs.git/commitdiff
Bump num-bigint from 0.2.6 to 0.4.0 (#46)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 30 Apr 2021 19:41:42 +0000 (12:41 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 19:41:42 +0000 (12:41 -0700)
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.4.0.
- [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.2.6...num-bigint-0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Cargo.lock
spake2/Cargo.toml
srp/Cargo.toml

index 9411a0c01b8d52a74c1bd3531dbbb912f77b6026..ed641f9a3234e877bbfb9cd22d9313d1f7e2a43c 100644 (file)
@@ -214,9 +214,9 @@ checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
 
 [[package]]
 name = "num-bigint"
-version = "0.2.6"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
+checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
 dependencies = [
  "autocfg 1.0.1",
  "num-integer",
index 55bea6d941afb3761556c2a4baeafa5402266524..3814c83cf463071175395c62692f369e138f3707 100644 (file)
@@ -34,7 +34,7 @@ hex = "0.4"
 
 [dev-dependencies]
 bencher = "0.1"
-num-bigint = "0.2"
+num-bigint = "0.4"
 
 [[bench]]
 name = "spake2"
index bb068c7012179ad792e584e0b375d8fd0eb51d4e..92748e33db3fe7fba85c92822528ec74ba5a857a 100644 (file)
@@ -11,7 +11,7 @@ keywords = ["crypto", "pake", "authentication"]
 categories = ["cryptography", "authentication"]
 
 [dependencies]
-num-bigint = "0.2"
+num-bigint = "0.4"
 generic-array = "0.14"
 digest = "0.9"
 lazy_static = "1.2"