Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 24, 2024
1 parent 929d30f commit d3575c4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ sov-celestia-client = { version = "0.1.0" }
tower-abci = { version = "0.14" }

[patch.crates-io]
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "67841b3c" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "7196a39" }
cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "4f2e3bb" }

0 comments on commit d3575c4

Please sign in to comment.