diff --git a/Cargo.lock b/Cargo.lock index 794286c..f214c6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1029,7 +1029,7 @@ dependencies = [ [[package]] name = "gevulot-rs" version = "0.1.0" -source = "git+https://github.com/gevulotnetwork/gevulot-rs.git?rev=997bd6c5266a98a69253c58b4bd1a35e8d3ec7ae#997bd6c5266a98a69253c58b4bd1a35e8d3ec7ae" +source = "git+https://github.com/gevulotnetwork/gevulot-rs.git?rev=e972c7c73a88182d22121a995f01abed04dff106#e972c7c73a88182d22121a995f01abed04dff106" dependencies = [ "backon", "bip32", @@ -1057,35 +1057,6 @@ dependencies = [ "tonic-build", ] -[[package]] -name = "gevulot-rs" -version = "0.1.0" -source = "git+https://github.com/gevulotnetwork/gevulot-rs.git?rev=f6657f57771b1c549a83cfe6fc822c3db687707e#f6657f57771b1c549a83cfe6fc822c3db687707e" -dependencies = [ - "backon", - "bip32", - "cosmos-sdk-proto", - "cosmrs", - "derivative", - "derive_builder", - "hex", - "http 1.1.0", - "log", - "pretty_env_logger", - "prost 0.13.3", - "prost-build", - "rand 0.8.5", - "rand_core 0.6.4", - "serde", - "serde_json", - "tendermint", - "thiserror", - "tokio", - "tonic", - "tonic-buf-build", - "tonic-build", -] - [[package]] name = "gimli" version = "0.31.1" @@ -1125,7 +1096,7 @@ dependencies = [ "clap_complete", "cosmrs", "env_logger 0.11.5", - "gevulot-rs 0.1.0 (git+https://github.com/gevulotnetwork/gevulot-rs.git?rev=f6657f57771b1c549a83cfe6fc822c3db687707e)", + "gevulot-rs", "log", "mia-installer", "num_cpus", @@ -1656,13 +1627,13 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "mia-installer" version = "0.2.3" -source = "git+https://github.com/gevulotnetwork/mia.git?tag=mia-installer-0.2.3#de5b5f12c8dc701fba2fd68a5b4e6e5469388ca0" +source = "git+https://github.com/gevulotnetwork/mia.git?tag=mia-installer-0.2.4#07ac1b6dbba8969cc09b54a6b68b02fb4f0afbbd" dependencies = [ "anyhow", "env_logger 0.11.5", "flate2", "fs_extra", - "gevulot-rs 0.1.0 (git+https://github.com/gevulotnetwork/gevulot-rs.git?rev=997bd6c5266a98a69253c58b4bd1a35e8d3ec7ae)", + "gevulot-rs", "log", "octocrab", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 46bde2d..fef761e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "Gevulot Control CLI" # TODO: change rev to tag when available # NOTE: this revision is aligned with `mia-installer` dependency. # Be careful changing it. -gevulot-rs = { git = "https://github.com/gevulotnetwork/gevulot-rs.git", rev = "f6657f57771b1c549a83cfe6fc822c3db687707e" } +gevulot-rs = { git = "https://github.com/gevulotnetwork/gevulot-rs.git", rev = "e972c7c73a88182d22121a995f01abed04dff106" } bip32 = "0.5.1" clap = { version = "4", features = ["env", "cargo"] } @@ -26,7 +26,7 @@ tokio = { version = "1", features = ["full"] } toml = "0.8.19" [target.'cfg(target_os = "linux")'.dependencies] -mia-installer = { git = "https://github.com/gevulotnetwork/mia.git", tag = "mia-installer-0.2.3" } +mia-installer = { git = "https://github.com/gevulotnetwork/mia.git", tag = "mia-installer-0.2.4"} anyhow = "1" log = "0.4.22" diff --git a/src/commands/pins.rs b/src/commands/pins.rs index bc82975..acebcdd 100644 --- a/src/commands/pins.rs +++ b/src/commands/pins.rs @@ -66,7 +66,7 @@ pub async fn create_pin(_sub_m: &clap::ArgMatches) -> Result<(), Box Result<(), Box