mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 19:28:01 +00:00
Upgrade wasm-opt to 0.112.0 (#13574)
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+6
-7
@@ -12754,9 +12754,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-opt"
|
||||
version = "0.111.0"
|
||||
version = "0.112.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"
|
||||
checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"libc",
|
||||
@@ -12770,9 +12770,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-opt-cxx-sys"
|
||||
version = "0.111.0"
|
||||
version = "0.112.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"
|
||||
checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cxx",
|
||||
@@ -12782,15 +12782,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-opt-sys"
|
||||
version = "0.111.0"
|
||||
version = "0.112.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"
|
||||
checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cc",
|
||||
"cxx",
|
||||
"cxx-build",
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -22,4 +22,4 @@ 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.111"
|
||||
wasm-opt = "0.112"
|
||||
Reference in New Issue
Block a user