Skip to content

Commit

Permalink
chore: bump wasmer version to 4.2.3 (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 1, 2023
1 parent a098541 commit e89f364
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 29 deletions.
81 changes: 61 additions & 20 deletions 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 acvm-repo/barretenberg_blackbox_solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ark-ff = { version = "^0.4.0", default-features = false }
num-bigint.workspace = true

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasmer = { version = "3.3", default-features = false, features = [
wasmer = { version = "4.2.3", default-features = false, features = [
"js-default",
] }

Expand All @@ -40,7 +40,7 @@ js-sys.workspace = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
getrandom.workspace = true
wasmer = "3.3"
wasmer = "4.2.3"

[build-dependencies]
pkg-config = "0.3"
Expand Down
7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ allow = [
"Zlib",
# https://github.com/briansmith/ring/issues/902
"LicenseRef-ring",
# https://github.com/briansmith/webpki/issues/148
"LicenseRef-webpki",
# https://github.com/rustls/webpki/blob/main/LICENSE ISC Style
"LicenseRef-rustls-webpki",
# bitmaps 2.1.0, generational-arena 0.2.9,im 15.1.0
Expand All @@ -79,11 +77,6 @@ name = "ring"
expression = "LicenseRef-ring"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

[[licenses.clarify]]
name = "webpki"
expression = "LicenseRef-webpki"
license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]

[[licenses.clarify]]
name = "rustls-webpki"
expression = "LicenseRef-rustls-webpki"
Expand Down

0 comments on commit e89f364

Please sign in to comment.