diff --git a/Cargo.lock b/Cargo.lock index 0172e5e..9ea9118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,7 +3108,7 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu", - "surf-disco", + "surf-disco 0.8.0", "time 0.3.36", "tokio", "tracing", @@ -3129,7 +3129,7 @@ dependencies = [ "serde", "snafu", "tagged-base64", - "tide-disco", + "tide-disco 0.8.0", "toml", "vbs", ] @@ -3156,9 +3156,9 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu", - "surf-disco", + "surf-disco 0.9.0", "tagged-base64", - "tide-disco", + "tide-disco 0.8.0", "tokio", "tracing", "vbs", @@ -3183,7 +3183,7 @@ dependencies = [ "serde", "snafu", "tagged-base64", - "tide-disco", + "tide-disco 0.8.0", "toml", "tracing", "vbs", @@ -3241,9 +3241,9 @@ dependencies = [ "serde", "serde-inline-default", "serde_json", - "surf-disco", + "surf-disco 0.8.0", "thiserror", - "tide-disco", + "tide-disco 0.8.0", "tokio", "toml", "tracing", @@ -3293,7 +3293,7 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu", - "surf-disco", + "surf-disco 0.8.0", "tagged-base64", "time 0.3.36", "tokio", @@ -7475,7 +7475,26 @@ dependencies = [ "reqwest", "serde", "serde_json", - "tide-disco", + "tide-disco 0.8.0", + "tracing", + "vbs", +] + +[[package]] +name = "surf-disco" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14e00ab9d939d04110f14281d5a1e45b6c8acdfbc42e720cbfaef33007c907e6" +dependencies = [ + "async-std", + "async-tungstenite", + "derivative", + "futures", + "hex", + "reqwest", + "serde", + "serde_json", + "tide-disco 0.9.0", "tracing", "vbs", ] @@ -7793,6 +7812,60 @@ dependencies = [ "vbs", ] +[[package]] +name = "tide-disco" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01e81752cd71cc517973c6ff743919848d7c9890331f38c43abadfb49eede3a6" +dependencies = [ + "anyhow", + "async-h1", + "async-lock 3.4.0", + "async-std", + "async-trait", + "clap", + "config", + "derivative", + "derive_more", + "dirs", + "edit-distance", + "futures", + "futures-util", + "http 1.1.0", + "include_dir", + "itertools 0.12.1", + "lazy_static", + "libc", + "markdown", + "maud", + "parking_lot", + "pin-project", + "prometheus", + "reqwest", + "routefinder", + "semver 1.0.23", + "serde", + "serde_json", + "serde_with", + "shellexpand", + "signal-hook", + "signal-hook-async-std", + "snafu", + "strum", + "strum_macros", + "tagged-base64", + "tide", + "tide-websockets", + "toml", + "tracing", + "tracing-distributed", + "tracing-futures", + "tracing-log", + "tracing-subscriber 0.3.18", + "url", + "vbs", +] + [[package]] name = "tide-websockets" version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index 267f566..f380877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = serde = { version = "1.0", features = ["derive"] } sha2 = "0.10" snafu = "0.8" -surf-disco = "0.8" +surf-disco = "0.9" tagged-base64 = "0.4" tide-disco = "0.8" tokio = "1"