Update Cargo.lock
This commit is contained in:
parent
0ddad2d774
commit
3c2588dcd2
1 changed files with 3 additions and 28 deletions
31
Cargo.lock
generated
31
Cargo.lock
generated
|
@ -2068,8 +2068,8 @@ dependencies = [
|
||||||
"cosmwasm-std",
|
"cosmwasm-std",
|
||||||
"prost",
|
"prost",
|
||||||
"quartz-cw",
|
"quartz-cw",
|
||||||
"quartz-proto 0.1.0 (git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework)",
|
"quartz-proto",
|
||||||
"quartz-relayer 0.1.0 (git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework)",
|
"quartz-relayer",
|
||||||
"quartz-tee-ra",
|
"quartz-tee-ra",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
@ -2088,16 +2088,6 @@ dependencies = [
|
||||||
"tonic-build",
|
"tonic-build",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "quartz-proto"
|
|
||||||
version = "0.1.0"
|
|
||||||
source = "git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework#c9fc72f90b50d0de85a67f78ccdc9708a03defbb"
|
|
||||||
dependencies = [
|
|
||||||
"prost",
|
|
||||||
"tonic",
|
|
||||||
"tonic-build",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quartz-relayer"
|
name = "quartz-relayer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -2105,22 +2095,7 @@ dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"cosmwasm-std",
|
"cosmwasm-std",
|
||||||
"quartz-cw",
|
"quartz-cw",
|
||||||
"quartz-proto 0.1.0 (git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework)",
|
"quartz-proto",
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"tokio",
|
|
||||||
"tonic",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "quartz-relayer"
|
|
||||||
version = "0.1.0"
|
|
||||||
source = "git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework#c9fc72f90b50d0de85a67f78ccdc9708a03defbb"
|
|
||||||
dependencies = [
|
|
||||||
"clap",
|
|
||||||
"cosmwasm-std",
|
|
||||||
"quartz-cw",
|
|
||||||
"quartz-proto 0.1.0 (git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework)",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
Loading…
Reference in a new issue