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 }