Skip to content

Commit

Permalink
update cargo lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 8, 2024
1 parent baa3b34 commit 12073da
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 122 deletions.
152 changes: 34 additions & 118 deletions ci/no-std-check/Cargo.lock

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

8 changes: 4 additions & 4 deletions ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ resolver = "2"

[dependencies]
ibc = { path = "../../ibc", default-features = false, features = [ "serde" ] }
ibc-proto = { version = "0.47", default-features = false, features = [
ibc-proto = { version = "0.51", default-features = false, features = [
"parity-scale-codec",
"borsh",
"serde",
] }
tendermint = { version = "0.38", default-features = false }
tendermint-proto = { version = "0.38", default-features = false }
tendermint-light-client-verifier = { version = "0.38", default-features = false, features = [ "rust-crypto" ] }
tendermint = { version = "0.40", default-features = false }
tendermint-proto = { version = "0.40", default-features = false }
tendermint-light-client-verifier = { version = "0.40", default-features = false, features = [ "rust-crypto" ] }

sp-core = { version = "34.0", default-features = false, optional = true }
sp-io = { version = "37.0", default-features = false, optional = true }
Expand Down

0 comments on commit 12073da

Please sign in to comment.