From 42e037d57136b00021af948e9a9d145048c1df78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:44:50 +0000 Subject: [PATCH] Bump num-integer from 0.1.45 to 0.1.46 Bumps [num-integer](https://github.com/rust-num/num-integer) from 0.1.45 to 0.1.46. - [Changelog](https://github.com/rust-num/num-integer/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-integer/compare/num-integer-0.1.45...num-integer-0.1.46) --- updated-dependencies: - dependency-name: num-integer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 ++++---------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adc403ef..5d581369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,23 +108,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "chia-bls" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba003303bda3019f2fe94e5478555a96addff1d6a1ea84bfe207b3f075cd8420" -dependencies = [ - "anyhow", - "arbitrary", - "blst", - "chia-traits", - "hex", - "hkdf", - "sha2", - "thiserror", - "tiny-bip39", -] - [[package]] name = "chia-bls" version = "0.4.0" @@ -234,7 +217,7 @@ dependencies = [ name = "clvm-rs-test-tools" version = "0.1.0" dependencies = [ - "chia-bls 0.3.3", + "chia-bls", "clap", "clvmr", "hex", @@ -278,7 +261,7 @@ dependencies = [ name = "clvmr" version = "0.7.0" dependencies = [ - "chia-bls 0.4.0", + "chia-bls", "criterion", "hex", "hex-literal", @@ -901,11 +884,10 @@ dependencies = [ [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 95eb810d..d3a1eeda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ lto = "thin" lazy_static = "1.4.0" num-bigint = "0.4.3" num-traits = "0.2.15" -num-integer = "0.1.45" +num-integer = "0.1.46" chia-bls = "0.4.0" sha2 = "0.10.8" openssl = { version = "=0.10.55", features = ["vendored"], optional = true }