From a623adf6c085e3a3f4c0859b4a9f3c27d9fa0436 Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Thu, 21 Dec 2023 11:28:30 -0500 Subject: [PATCH] Update Tide Disco --- Cargo.lock | 21 +++++++++++++++++---- Cargo.toml | 4 ++-- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92f9e2d898..cc39d87839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4992,6 +4992,17 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-derive" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.41", +] + [[package]] name = "num-integer" version = "0.1.45" @@ -6698,8 +6709,8 @@ dependencies = [ [[package]] name = "surf-disco" -version = "0.4.5" -source = "git+https://github.com/EspressoSystems/surf-disco.git?tag=v0.4.5#d9f1e3c7ded5ef3388e0e1f305bf43a9861b2021" +version = "0.4.6" +source = "git+https://github.com/EspressoSystems/surf-disco.git?tag=v0.4.6#95181bced2719214fc88e8adcac739d86cb1387e" dependencies = [ "async-std", "async-tungstenite 0.15.0", @@ -6938,8 +6949,8 @@ dependencies = [ [[package]] name = "tide-disco" -version = "0.4.4" -source = "git+https://github.com/EspressoSystems/tide-disco.git?tag=v0.4.5#7ff4abaebe32d86603fc7978722a8f244c7d73c9" +version = "0.4.6" +source = "git+https://github.com/EspressoSystems/tide-disco.git?tag=v0.4.6#4ced31cef8aae769994098d245e026c127801b74" dependencies = [ "async-std", "async-trait", @@ -6958,6 +6969,8 @@ dependencies = [ "libc", "markdown", "maud", + "num-derive", + "num-traits", "parking_lot", "prometheus", "routefinder", diff --git a/Cargo.toml b/Cargo.toml index bb3e684f02..c06d0d3b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,9 +72,9 @@ rand_chacha = { version = "0.3.1", default-features = false } serde = { version = "1.0.193", features = ["derive"] } sha2 = "0.10" snafu = "0.7.5" -surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.4.5" } +surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.4.6" } tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" } -tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.5" } +tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.6" } time = "0.3.31" toml = "0.8.8" tracing = "0.1.40"