Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Aug 9, 2024
1 parent 63327a2 commit 42f3784
Show file tree
Hide file tree
Showing 20 changed files with 395 additions and 276 deletions.
Binary file not shown.
Binary file not shown.
133 changes: 84 additions & 49 deletions cosmwasm/enclaves/Cargo.lock

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

6 changes: 3 additions & 3 deletions cosmwasm/enclaves/shared/block-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ sgx_trts = {rev = "d2d339cbb005f676bb700059bd51dc689c025f6b", git = "https://git
sgx_types = { rev = "d2d339cbb005f676bb700059bd51dc689c025f6b", git = "https://github.com/apache/teaclave-sgx-sdk.git" }

[dependencies]
tendermint = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "v0.38.0", default-features = false, features = ["rust-crypto"] }
tendermint-proto = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "v0.38.0", default-features = false }
tendermint-light-client-verifier = { git = "https://github.com/scrtlabs/tendermint-rs", branch = "v0.38.0", default-features = false, features = ["rust-crypto"] }
tendermint = { git = "https://github.com/scrtlabs/tendermint-rs", tag = "v0.38.0-secret.1", default-features = false, features = ["rust-crypto"] }
tendermint-proto = { git = "https://github.com/scrtlabs/tendermint-rs", tag = "v0.38.0-secret.1", default-features = false }
tendermint-light-client-verifier = { git = "https://github.com/scrtlabs/tendermint-rs", tag = "v0.38.0-secret.1", default-features = false, features = ["rust-crypto"] }
lazy_static = "1.4.0"
log = "0.4.17"

Expand Down
6 changes: 3 additions & 3 deletions cosmwasm/enclaves/shared/contract-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ pwasm-utils = { version = "0.12.0", default-features = false, optional = true }
parity-wasm = { version = "0.45.0", default-features = false, optional = true, features = [
"sign_ext"
] }
wasm3 = { git = "https://github.com/scrtlabs/wasm3-rs", rev = "ad1c868" }
walrus = { version = "0.19.0", git = "https://github.com/scrtlabs/walrus", rev = "c5777d4" }
wasm3 = { git = "https://github.com/scrtlabs/wasm3-rs", tag = "v0.3.1-secret.1" }
walrus = { version = "0.19.0", git = "https://github.com/scrtlabs/walrus", tag = "v0.19.0-secret.1" }
lru = { version = "0.7", default-features = false }
hex = "0.4.2"
secp256k1 = { version = "0.24.2", features = ["recovery", "alloc"] }
ed25519-zebra = { version = "=2.2.0", default-features = false }
rand_core = "0.5.0"
rand_chacha = { version = "0.2.1", default-features = false }
bincode2 = { git = "https://github.com/scrtlabs/bincode2-sgx", rev = "bdf9f458eaf41778d64cb812ed8fcad64ffd72a9" }
bincode2 = { git = "https://github.com/scrtlabs/bincode2-sgx", tag = "v2.0.1-secret.1" }
block-verifier = { path = "../block-verifier", optional = true }

[dependencies.wasmi]
Expand Down
Loading

0 comments on commit 42f3784

Please sign in to comment.