Update Cargo.lock

This commit is contained in:
hu55a1n1 2024-02-23 14:29:14 -08:00
parent 5f11d004b0
commit c31b1c8e69
4 changed files with 521 additions and 194 deletions

710
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,7 @@ serde_json = "1.0.94"
tonic = "0.11"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
quartz-proto = { path = "../../utils/quartz-proto" }
quartz-cw = { path = "../../../bisenzone-cw-mvp/packages/quartz-cw" }
quartz-proto = { path = "../../utils/quartz-proto" }
quartz-relayer = { path = "../../utils/quartz-relayer" }
quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" }

View file

@ -21,7 +21,6 @@ fn parse_mr_enclave(s: &str) -> Result<MrEnclave> {
Ok(HexBinary::from_hex(s)?.to_array()?)
}
#[derive(Debug, Parser)]
#[command(author, version, about, long_about = None)]
pub struct Cli {

View file

@ -16,7 +16,6 @@
mod cli;
mod server;
mod types;
use std::time::Duration;