diff --git a/Cargo.lock b/Cargo.lock index 7af94f8..4f9942e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,7 +3108,7 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu", - "surf-disco 0.9.0", + "surf-disco", "time 0.3.36", "tokio", "tracing", @@ -3129,7 +3129,7 @@ dependencies = [ "serde", "snafu", "tagged-base64", - "tide-disco 0.9.0", + "tide-disco", "toml", "vbs", ] @@ -3156,9 +3156,9 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu", - "surf-disco 0.8.0", + "surf-disco", "tagged-base64", - "tide-disco 0.8.0", + "tide-disco", "tokio", "tracing", "vbs", @@ -3167,7 +3167,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" version = "0.1.27" -source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=rc-0.1.32#f94b767de00d06708c233f22da26741c68b77b89" +source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=rc-0.1.32#1cab5bc0cb738a89b97c32e786a4fc469869b031" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3183,7 +3183,7 @@ dependencies = [ "serde", "snafu", "tagged-base64", - "tide-disco 0.8.0", + "tide-disco", "toml", "tracing", "vbs", @@ -3241,9 +3241,9 @@ dependencies = [ "serde", "serde-inline-default", "serde_json", - "surf-disco 0.9.0", + "surf-disco", "thiserror", - "tide-disco 0.9.0", + "tide-disco", "tokio", "toml", "tracing", @@ -3293,7 +3293,7 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu", - "surf-disco 0.9.0", + "surf-disco", "tagged-base64", "time 0.3.36", "tokio", @@ -7449,25 +7449,6 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" -[[package]] -name = "surf-disco" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55c871338479a1c27b5e2ae15e5ae0fe70769306d2ef5a0c2d30896a09ac8a3c" -dependencies = [ - "async-std", - "async-tungstenite", - "derivative", - "futures", - "hex", - "reqwest", - "serde", - "serde_json", - "tide-disco 0.8.0", - "tracing", - "vbs", -] - [[package]] name = "surf-disco" version = "0.9.0" @@ -7482,7 +7463,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "tide-disco 0.9.0", + "tide-disco", "tracing", "vbs", ] @@ -7747,59 +7728,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "tide-disco" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715558234f09576333f92ee769bd160e6c4bb1d156d25613cf62be9a592f291a" -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", - "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-disco" version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index fc1b3bb..15c1c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,9 +24,9 @@ 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" +tide-disco = "0.9" tokio = "1" tracing = "0.1" vbs = "0.1"