From f732f8e0c8aa9ab112838fbde4f991c51f5543a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:54:41 +0000 Subject: [PATCH] Bump surf-disco from v0.4.6 to v0.4.7 Bumps [surf-disco](https://github.com/EspressoSystems/surf-disco) from v0.4.6 to v0.4.7. - [Release notes](https://github.com/EspressoSystems/surf-disco/releases) - [Commits](https://github.com/EspressoSystems/surf-disco/compare/95181bced2719214fc88e8adcac739d86cb1387e...070e18d1daf0c9783e009a1a3b7f8b28b4546e24) --- updated-dependencies: - dependency-name: surf-disco dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 111 ++++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 94 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b0bd8ed0..28308f895 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,6 +887,9 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07b30ef0ea5c20caaa54baea49514a206308989c68be7ecd86c7f956e4da6378" dependencies = [ + "async-native-tls", + "async-std", + "async-tls", "futures-io", "futures-util", "log", @@ -2872,7 +2875,7 @@ dependencies = [ "rand 0.8.5", "serde", "snafu", - "surf-disco", + "surf-disco 0.4.6", "time 0.3.34", "tokio", "tracing", @@ -2933,9 +2936,9 @@ dependencies = [ "serde", "serde-inline-default", "serde_json", - "surf-disco", + "surf-disco 0.4.6", "thiserror", - "tide-disco", + "tide-disco 0.4.6", "tokio", "toml 0.8.10", "tracing", @@ -2981,9 +2984,9 @@ dependencies = [ "snafu", "spin_sleep", "surf", - "surf-disco", + "surf-disco 0.4.7", "tempfile", - "tide-disco", + "tide-disco 0.4.6", "time 0.3.34", "tokio", "tokio-postgres", @@ -3101,7 +3104,7 @@ dependencies = [ "futures", "hotshot-types", "rand 0.8.5", - "tide-disco", + "tide-disco 0.4.6", "tokio", "toml 0.8.10", "tracing", @@ -3241,7 +3244,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core", ] [[package]] @@ -6688,7 +6691,24 @@ dependencies = [ "serde", "serde_json", "surf", - "tide-disco", + "tide-disco 0.4.6", +] + +[[package]] +name = "surf-disco" +version = "0.4.7" +source = "git+https://github.com/EspressoSystems/surf-disco.git?tag=v0.4.7#070e18d1daf0c9783e009a1a3b7f8b28b4546e24" +dependencies = [ + "async-std", + "async-tungstenite 0.13.1", + "derivative", + "futures", + "hex", + "serde", + "serde_json", + "surf", + "tide-disco 0.4.7", + "versioned-binary-serialization", ] [[package]] @@ -6993,6 +7013,57 @@ dependencies = [ "url", ] +[[package]] +name = "tide-disco" +version = "0.4.7" +source = "git+https://github.com/EspressoSystems/tide-disco.git?tag=v0.4.7#1f8515bde918b9e2c50875a68dfa0e23b8167579" +dependencies = [ + "anyhow", + "async-std", + "async-trait", + "clap", + "config", + "derivative", + "derive_more", + "dirs", + "edit-distance", + "futures", + "futures-util", + "http 1.0.0", + "include_dir", + "lazy_static", + "libc", + "markdown", + "maud", + "num-derive", + "num-traits", + "parking_lot", + "prometheus", + "routefinder", + "semver 1.0.21", + "serde", + "serde_json", + "serde_with", + "shellexpand", + "signal-hook", + "signal-hook-async-std", + "snafu", + "strum", + "strum_macros", + "surf", + "tagged-base64", + "tide", + "tide-websockets", + "toml 0.8.10", + "tracing", + "tracing-distributed", + "tracing-futures", + "tracing-log", + "tracing-subscriber", + "url", + "versioned-binary-serialization", +] + [[package]] name = "tide-websockets" version = "0.4.0" @@ -7457,6 +7528,7 @@ dependencies = [ "httparse", "input_buffer", "log", + "native-tls", "rand 0.8.5", "sha-1", "thiserror", @@ -7670,6 +7742,18 @@ version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +[[package]] +name = "versioned-binary-serialization" +version = "0.1.0" +source = "git+https://github.com/EspressoSystems/versioned-binary-serialization.git?tag=0.1.0#6b5bf0c0b74f8384c940880d5a988d5ec757de3e" +dependencies = [ + "anyhow", + "bincode", + "displaydoc", + "serde", + "serde_with", +] + [[package]] name = "void" version = "1.0.2" @@ -7876,7 +7960,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", ] @@ -7889,15 +7973,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.0", -] - [[package]] name = "windows-sys" version = "0.48.0" diff --git a/Cargo.toml b/Cargo.toml index 63c5813d1..fbb28d928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0 prometheus = "0.13" serde = { version = "1.0", features = ["derive"] } snafu = { version = "0.7", features = ["backtraces"] } -surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.4.6" } +surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.4.7" } tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.6" } time = "0.3" toml = "0.8"