From 9041d8ee7d21aaf61176473b531c6b905659fef7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 05:55:38 +0000 Subject: [PATCH] Bump prime_tools from 0.2.2 to 0.3.4 in /gwasm/prime-check Bumps [prime_tools](https://github.com/danmedani/prime_tools) from 0.2.2 to 0.3.4. - [Release notes](https://github.com/danmedani/prime_tools/releases) - [Commits](https://github.com/danmedani/prime_tools/commits) Signed-off-by: dependabot-preview[bot] --- gwasm/prime-check/Cargo.lock | 6 +++--- gwasm/prime-check/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gwasm/prime-check/Cargo.lock b/gwasm/prime-check/Cargo.lock index 6181342..0d38e80 100644 --- a/gwasm/prime-check/Cargo.lock +++ b/gwasm/prime-check/Cargo.lock @@ -27,12 +27,12 @@ dependencies = [ name = "prime-check" version = "0.1.0" dependencies = [ - "prime_tools 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "prime_tools 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "prime_tools" -version = "0.2.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bit-vec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -105,7 +105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" "checksum libmath 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "81f9daadfd4d8c4946fa32071d428cb70e493ab2c55a57a48da5261447d124cf" -"checksum prime_tools 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4d556e196d70b37ac59f3acf6a90e9950744cffe34b0f1cae788be90dd4ffb8c" +"checksum prime_tools 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8373fbf30504d82a72a54968d09bed5929434eb1a4a7b71da385c90cb1d6c43b" "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" diff --git a/gwasm/prime-check/Cargo.toml b/gwasm/prime-check/Cargo.toml index b71fd95..cc3aa43 100644 --- a/gwasm/prime-check/Cargo.toml +++ b/gwasm/prime-check/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2018" [dependencies] -prime_tools = "0.2.2" \ No newline at end of file +prime_tools = "0.3.4" \ No newline at end of file