Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/golang.org/x/crypto-…
Browse files Browse the repository at this point in the history
…0.12.0
  • Loading branch information
assafmo authored Aug 7, 2023
2 parents 744fac6 + bd16c85 commit 20ca360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions cosmwasm/Cargo.lock

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

4 changes: 2 additions & 2 deletions cosmwasm/packages/sgx-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_json = "1.0"
# wasmer-middleware-common = "=0.17.0"
# wasmer-clif-backend = { version = "=0.17.0", optional = true }
# wasmer-singlepass-backend = { version = "=0.17.0", optional = true }
serde = { version = "1.0.181", default-features = false, features = [
serde = { version = "1.0.182", default-features = false, features = [
"derive",
"alloc"
] }
Expand All @@ -67,5 +67,5 @@ parking_lot = "0.11"
num_cpus = "1.16.0"

[dev-dependencies]
tempfile = "3.7.0"
tempfile = "3.7.1"
wabt = "0.9.1"

0 comments on commit 20ca360

Please sign in to comment.