From e095ef07e1ed0ae45268828f96cbaf937d680f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:05:21 +0000 Subject: [PATCH] Bump hotshot-utils from `5085d88` to `4754551` Bumps [hotshot-utils](https://github.com/EspressoSystems/HotShot) from `5085d88` to `4754551`. - [Release notes](https://github.com/EspressoSystems/HotShot/releases) - [Commits](https://github.com/EspressoSystems/HotShot/compare/5085d88d8b09845c558aacb184051e81c80a56ff...4754551604f02d8fda93518b857f3c93f5c589f4) --- updated-dependencies: - dependency-name: hotshot-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 79 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 55 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b104c6f4d..e881518f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,9 +842,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" dependencies = [ "proc-macro2", "quote", @@ -1973,6 +1973,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "equivalent" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" + [[package]] name = "erased-serde" version = "0.3.25" @@ -2312,6 +2318,12 @@ dependencies = [ "ahash 0.8.3", ] +[[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + [[package]] name = "heck" version = "0.4.1" @@ -2400,7 +2412,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.3.3" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "ark-bls12-381 0.3.0", "ark-ec 0.3.0", @@ -2429,7 +2441,7 @@ dependencies = [ "hotshot-types", "hotshot-utils", "hotshot-web-server", - "itertools 0.10.5", + "itertools 0.11.0", "jf-primitives", "libp2p", "libp2p-identity", @@ -2449,7 +2461,7 @@ dependencies = [ [[package]] name = "hotshot-centralized-server" version = "0.1.1" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "async-compatibility-layer", "async-std", @@ -2464,14 +2476,14 @@ dependencies = [ "serde", "serde_json", "snafu", - "toml 0.7.4", + "toml 0.7.5", "tracing", ] [[package]] name = "hotshot-consensus" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "async-compatibility-layer", "async-lock", @@ -2493,7 +2505,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.1.1" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "async-compatibility-layer", "async-lock", @@ -2553,7 +2565,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "arbitrary", "ark-serialize 0.3.0", @@ -2587,7 +2599,7 @@ dependencies = [ [[package]] name = "hotshot-utils" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "bincode", ] @@ -2595,7 +2607,7 @@ dependencies = [ [[package]] name = "hotshot-web-server" version = "0.1.1" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "ark-bls12-381 0.3.0", "async-compatibility-layer", @@ -2789,6 +2801,16 @@ dependencies = [ "serde", ] +[[package]] +name = "indexmap" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +dependencies = [ + "equivalent", + "hashbrown 0.14.0", +] + [[package]] name = "infer" version = "0.2.3" @@ -2904,6 +2926,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "0.4.8" @@ -3392,7 +3423,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git#5085d88d8b09845c558aacb184051e81c80a56ff" +source = "git+https://github.com/EspressoSystems/HotShot.git#4754551604f02d8fda93518b857f3c93f5c589f4" dependencies = [ "async-compatibility-layer", "async-lock", @@ -5235,9 +5266,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.96" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" dependencies = [ "itoa 1.0.6", "ryu", @@ -5257,9 +5288,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" +checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" dependencies = [ "serde", ] @@ -5285,7 +5316,7 @@ dependencies = [ "base64 0.13.1", "chrono", "hex", - "indexmap", + "indexmap 1.9.3", "serde", "serde_json", "serde_with_macros", @@ -6175,9 +6206,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" +checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" dependencies = [ "serde", "serde_spanned", @@ -6187,20 +6218,20 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.10" +version = "0.19.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" +checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" dependencies = [ - "indexmap", + "indexmap 2.0.0", "serde", "serde_spanned", "toml_datetime",