Skip to content

Commit

Permalink
Bump clarity dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Nov 3, 2023
1 parent 411604d commit ba32667
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions orchestrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ members = [
"gravity_abi",
]

[workspace.dependencies]
clarity = "0.4.16"

[dependencies]
orchestrator = { path = "./orchestrator" }
cosmos_gravity = { path = "./cosmos_gravity" }
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/cosmos_gravity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gravity_proto = {path = "../gravity_proto/"}

deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch="zaki/error_abi_support", features = ["abigen"] }
clarity = "0.4.11"
clarity.workspace = true
serde = "1.0"
log = "0.4"
sha3 = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/gravity_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gravity_proto = { path = "../gravity_proto/" }
cosmos-sdk-proto = "0.6.3"
deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = ["abigen"] }
clarity = "0.4.11"
clarity.workspace = true
lazy_static = "1.4.0"
num256 = "0.3"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gravity_proto = { path = "../gravity_proto" }
deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = ["abigen"] }
serde_derive = "1.0"
clarity = "0.4.11"
clarity.workspace = true
serde = "1.0"
actix-rt = "2.5"
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/register_delegate_keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gravity_proto = {path = "../gravity_proto/"}
deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = ["abigen"] }
serde_derive = "1.0"
clarity = "0.4.11"
clarity.workspace = true
docopt = "1"
serde = "1.0"
actix-rt = "2.5"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gravity_proto = { path = "../gravity_proto" }
deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = ["abigen"] }
serde_derive = "1.0"
clarity = "0.4.11"
clarity.workspace = true
docopt = "1"
serde = "1.0"
actix-rt = "2.5"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gravity_proto = {path = "../gravity_proto/"}

deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
serde_derive = "1.0"
clarity = "0.4.11"
clarity.workspace = true
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = ["abigen"] }
serde = "1.0"
actix = "0.12"
Expand Down

0 comments on commit ba32667

Please sign in to comment.