From eb02ed85b6a66565612c27801f572746dd480c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:37:32 +0200 Subject: [PATCH] Bump tide-disco from 0.9.0 to 0.9.3 (#162) Bumps [tide-disco](https://github.com/EspressoSystems/tide-disco) from 0.9.0 to 0.9.3. - [Release notes](https://github.com/EspressoSystems/tide-disco/releases) - [Commits](https://github.com/EspressoSystems/tide-disco/compare/v0.9.0...v0.9.3) --- updated-dependencies: - dependency-name: tide-disco dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f479c71f..8209e261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3512,7 +3512,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core", ] [[package]] @@ -5583,7 +5583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.77", @@ -7379,9 +7379,9 @@ dependencies = [ [[package]] name = "tide-disco" -version = "0.9.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01e81752cd71cc517973c6ff743919848d7c9890331f38c43abadfb49eede3a6" +checksum = "9819433f7ede35c0ef6dd1dc669b39663e48fdb58653712cc39db272e4589978" dependencies = [ "anyhow", "async-h1", @@ -7406,6 +7406,7 @@ dependencies = [ "parking_lot", "pin-project", "prometheus", + "rand 0.8.5", "reqwest", "routefinder", "semver 1.0.23", @@ -8372,7 +8373,7 @@ version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core 0.51.1", + "windows-core", "windows-targets 0.48.5", ] @@ -8385,15 +8386,6 @@ dependencies = [ "windows-targets 0.48.5", ] -[[package]] -name = "windows-core" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-registry" version = "0.2.0"