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",
|
||||
"prost",
|
||||
"quartz-cw",
|
||||
"quartz-proto 0.1.0 (git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework)",
|
||||
"quartz-relayer 0.1.0 (git+ssh://git@github.com/informalsystems/tee-mtcs.git?branch=hu55a1n1/40-quartz-framework)",
|
||||
"quartz-proto",
|
||||
"quartz-relayer",
|
||||
"quartz-tee-ra",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
@ -2088,16 +2088,6 @@ dependencies = [
|
|||
"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]]
|
||||
name = "quartz-relayer"
|
||||
version = "0.1.0"
|
||||
|
@ -2105,22 +2095,7 @@ 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_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)",
|
||||
"quartz-proto",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
|
|
Loading…
Reference in a new issue