Update wasm-opt to 0.114 (#14695)

This commit is contained in:
Brian Anderson
2023-08-16 04:05:47 -06:00
committed by GitHub
parent ddb68d7b01
commit d160818a9f
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -12816,9 +12816,9 @@ dependencies = [
[[package]]
name = "wasm-opt"
version = "0.112.0"
version = "0.114.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c"
checksum = "d984c9ca0fd8dc99c85920c73d1707d0c2104b5cb8f368fce73b3dbf4424b22b"
dependencies = [
"anyhow",
"libc",
@@ -12832,9 +12832,9 @@ dependencies = [
[[package]]
name = "wasm-opt-cxx-sys"
version = "0.112.0"
version = "0.114.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445"
checksum = "e754ce2f058a43fa604c588d111cfdc963131ad66d9f96c061d76a4f1a4a4eb0"
dependencies = [
"anyhow",
"cxx",
@@ -12844,9 +12844,9 @@ dependencies = [
[[package]]
name = "wasm-opt-sys"
version = "0.112.0"
version = "0.114.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14"
checksum = "b7283687ca12943aa186bba3d2ec43e87039098450c4701420eabd0a770e9b69"
dependencies = [
"anyhow",
"cc",
+1 -1
View File
@@ -22,5 +22,5 @@ toml = "0.7.3"
walkdir = "2.3.2"
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" }
filetime = "0.2.16"
wasm-opt = "0.112"
wasm-opt = "0.114"
parity-wasm = "0.45"