mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Release 4.1.2
This commit is contained in:
320
Cargo.lock
generated
320
Cargo.lock
generated
@@ -47,9 +47,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aho-corasick"
|
name = "aho-corasick"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c"
|
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
@@ -144,9 +144,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.72"
|
version = "1.0.75"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
]
|
]
|
||||||
@@ -228,13 +228,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.72"
|
version = "0.1.73"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -299,9 +299,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitflags"
|
name = "bitflags"
|
||||||
version = "2.3.3"
|
version = "2.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitvec"
|
name = "bitvec"
|
||||||
@@ -485,9 +485,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
version = "1.0.82"
|
version = "1.0.83"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jobserver",
|
"jobserver",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -552,9 +552,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.3.21"
|
version = "4.3.23"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
|
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@@ -573,9 +573,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.3.21"
|
version = "4.3.23"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
|
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -592,7 +592,7 @@ dependencies = [
|
|||||||
"heck 0.4.1",
|
"heck 0.4.1",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1115,7 +1115,7 @@ dependencies = [
|
|||||||
"ident_case",
|
"ident_case",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1137,7 +1137,7 @@ checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"darling_core 0.20.3",
|
"darling_core 0.20.3",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1161,9 +1161,9 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deranged"
|
name = "deranged"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
@@ -1187,7 +1187,7 @@ checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1326,9 +1326,9 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dyn-clone"
|
name = "dyn-clone"
|
||||||
version = "1.0.12"
|
version = "1.0.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272"
|
checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dynasm"
|
name = "dynasm"
|
||||||
@@ -1425,7 +1425,7 @@ dependencies = [
|
|||||||
"num-traits",
|
"num-traits",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1446,7 +1446,7 @@ dependencies = [
|
|||||||
"darling 0.20.3",
|
"darling 0.20.3",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1457,9 +1457,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "erased-serde"
|
name = "erased-serde"
|
||||||
version = "0.3.28"
|
version = "0.3.29"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da96524cc884f6558f1769b6c46686af2fe8e8b4cd253bd5a3cdba8181b8e070"
|
checksum = "fc978899517288e3ebbd1a3bfc1d9537dbb87eeab149e53ea490e63bcdff561a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
@@ -1543,9 +1543,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.0.26"
|
version = "1.0.27"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"miniz_oxide",
|
"miniz_oxide",
|
||||||
@@ -1658,7 +1658,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1740,7 +1740,7 @@ checksum = "ba330b70a5341d3bc730b8e205aaee97ddab5d9c448c4f51a7c2d924266fa8f9"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2000,9 +2000,9 @@ checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-serde"
|
name = "http-serde"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e272971f774ba29341db2f686255ff8a979365a26fb9e4277f6b6d9ec0cdd5e"
|
checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"http",
|
"http",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -2016,9 +2016,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "httpdate"
|
name = "httpdate"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
@@ -2364,9 +2364,9 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libfuzzer-sys"
|
name = "libfuzzer-sys"
|
||||||
version = "0.4.6"
|
version = "0.4.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "beb09950ae85a0a94b27676cccf37da5ff13f27076aa1adbc6545dd0d0e1bd4e"
|
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"cc",
|
"cc",
|
||||||
@@ -2440,9 +2440,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.19"
|
version = "0.4.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lzma-rs"
|
name = "lzma-rs"
|
||||||
@@ -2465,7 +2465,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "macro-wasmer-universal-test"
|
name = "macro-wasmer-universal-test"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"proc-quote",
|
"proc-quote",
|
||||||
@@ -2880,7 +2880,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2987,7 +2987,7 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
"redox_syscall 0.3.5",
|
"redox_syscall 0.3.5",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"windows-targets 0.48.1",
|
"windows-targets 0.48.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3036,12 +3036,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "petgraph"
|
name = "petgraph"
|
||||||
version = "0.6.3"
|
version = "0.6.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fixedbitset",
|
"fixedbitset",
|
||||||
"indexmap 1.9.3",
|
"indexmap 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3061,7 +3061,7 @@ checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3269,9 +3269,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quote"
|
name = "quote"
|
||||||
version = "1.0.32"
|
version = "1.0.33"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
]
|
]
|
||||||
@@ -3374,22 +3374,22 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ref-cast"
|
name = "ref-cast"
|
||||||
version = "1.0.19"
|
version = "1.0.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61ef7e18e8841942ddb1cf845054f8008410030a3997875d9e49b7a363063df1"
|
checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ref-cast-impl",
|
"ref-cast-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ref-cast-impl"
|
name = "ref-cast-impl"
|
||||||
version = "1.0.19"
|
version = "1.0.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2dfaf0c85b766276c797f3791f5bc6d5bd116b41d53049af2789666b0c0bc9fa"
|
checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3666,11 +3666,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustix"
|
name = "rustix"
|
||||||
version = "0.38.7"
|
version = "0.38.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
|
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.3.3",
|
"bitflags 2.4.0",
|
||||||
"errno",
|
"errno",
|
||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys",
|
"linux-raw-sys",
|
||||||
@@ -3917,9 +3917,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "1.0.183"
|
version = "1.0.171"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
|
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
]
|
]
|
||||||
@@ -3956,13 +3956,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
version = "1.0.183"
|
version = "1.0.171"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
|
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3978,9 +3978,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.104"
|
version = "1.0.105"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
@@ -4281,9 +4281,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "2.0.28"
|
version = "2.0.29"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -4321,9 +4321,9 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.7.1"
|
version = "3.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
@@ -4411,22 +4411,22 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.44"
|
version = "1.0.47"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.44"
|
version = "1.0.47"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4441,9 +4441,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.3.25"
|
version = "0.3.26"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
|
checksum = "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deranged",
|
"deranged",
|
||||||
"itoa",
|
"itoa",
|
||||||
@@ -4460,9 +4460,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time-macros"
|
name = "time-macros"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
|
checksum = "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"time-core",
|
"time-core",
|
||||||
]
|
]
|
||||||
@@ -4508,9 +4508,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.30.0"
|
version = "1.32.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd"
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
@@ -4531,7 +4531,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4677,7 +4677,7 @@ version = "0.4.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82"
|
checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.3.3",
|
"bitflags 2.4.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
@@ -4724,7 +4724,7 @@ checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4808,9 +4808,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "trybuild"
|
name = "trybuild"
|
||||||
version = "1.0.82"
|
version = "1.0.83"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b"
|
checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"basic-toml",
|
"basic-toml",
|
||||||
"glob",
|
"glob",
|
||||||
@@ -4926,9 +4926,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unix_mode"
|
name = "unix_mode"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "35abed4630bb800f02451a7428205d1f37b8e125001471bfab259beee6a587ed"
|
checksum = "b55eedc365f81a3c32aea49baf23fa965e3cd85bcc28fb8045708c7388d124ef"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unreachable"
|
name = "unreachable"
|
||||||
@@ -5283,7 +5283,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasi-test-generator"
|
name = "wasi-test-generator"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob",
|
"glob",
|
||||||
"gumdrop",
|
"gumdrop",
|
||||||
@@ -5323,7 +5323,7 @@ dependencies = [
|
|||||||
"once_cell",
|
"once_cell",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
"wasm-bindgen-shared",
|
"wasm-bindgen-shared",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -5380,7 +5380,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.28",
|
"syn 2.0.29",
|
||||||
"wasm-bindgen-backend",
|
"wasm-bindgen-backend",
|
||||||
"wasm-bindgen-shared",
|
"wasm-bindgen-shared",
|
||||||
]
|
]
|
||||||
@@ -5496,7 +5496,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer"
|
name = "wasmer"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
@@ -5571,7 +5571,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-c-api"
|
name = "wasmer-c-api"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cbindgen",
|
"cbindgen",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
@@ -5600,7 +5600,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-c-api-test-runner"
|
name = "wasmer-c-api-test-runner"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"regex",
|
"regex",
|
||||||
@@ -5610,7 +5610,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-cache"
|
name = "wasmer-cache"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake3",
|
"blake3",
|
||||||
"criterion",
|
"criterion",
|
||||||
@@ -5624,7 +5624,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-capi-examples-runner"
|
name = "wasmer-capi-examples-runner"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"regex",
|
"regex",
|
||||||
@@ -5634,7 +5634,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-cli"
|
name = "wasmer-cli"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd 2.0.12",
|
"assert_cmd 2.0.12",
|
||||||
@@ -5707,7 +5707,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler"
|
name = "wasmer-compiler"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
@@ -5732,7 +5732,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-cli"
|
name = "wasmer-compiler-cli"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytesize",
|
"bytesize",
|
||||||
@@ -5753,7 +5753,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-cranelift"
|
name = "wasmer-compiler-cranelift"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen",
|
"cranelift-codegen",
|
||||||
"cranelift-entity",
|
"cranelift-entity",
|
||||||
@@ -5772,7 +5772,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-llvm"
|
name = "wasmer-compiler-llvm"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"cc",
|
"cc",
|
||||||
@@ -5794,7 +5794,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-singlepass"
|
name = "wasmer-compiler-singlepass"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"dynasm",
|
"dynasm",
|
||||||
@@ -5883,7 +5883,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-derive"
|
name = "wasmer-derive"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"compiletest_rs",
|
"compiletest_rs",
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
@@ -5895,7 +5895,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-emscripten"
|
name = "wasmer-emscripten"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@@ -5937,7 +5937,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-integration-tests-cli"
|
name = "wasmer-integration-tests-cli"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd 2.0.12",
|
"assert_cmd 2.0.12",
|
||||||
@@ -5966,11 +5966,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-integration-tests-ios"
|
name = "wasmer-integration-tests-ios"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-middlewares"
|
name = "wasmer-middlewares"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wasmer",
|
"wasmer",
|
||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
@@ -5979,7 +5979,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-object"
|
name = "wasmer-object"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"object 0.28.4",
|
"object 0.28.4",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
@@ -6022,7 +6022,7 @@ dependencies = [
|
|||||||
"toml 0.5.11",
|
"toml 0.5.11",
|
||||||
"url",
|
"url",
|
||||||
"wasmer-toml 0.6.0",
|
"wasmer-toml 0.6.0",
|
||||||
"wasmer-wasm-interface 4.1.1",
|
"wasmer-wasm-interface 4.1.2",
|
||||||
"wasmparser 0.51.4",
|
"wasmparser 0.51.4",
|
||||||
"whoami",
|
"whoami",
|
||||||
]
|
]
|
||||||
@@ -6063,7 +6063,7 @@ dependencies = [
|
|||||||
"toml 0.5.11",
|
"toml 0.5.11",
|
||||||
"url",
|
"url",
|
||||||
"wasmer-toml 0.6.0",
|
"wasmer-toml 0.6.0",
|
||||||
"wasmer-wasm-interface 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmer-wasm-interface 4.1.1",
|
||||||
"wasmparser 0.51.4",
|
"wasmparser 0.51.4",
|
||||||
"whoami",
|
"whoami",
|
||||||
]
|
]
|
||||||
@@ -6119,7 +6119,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-types"
|
name = "wasmer-types"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytecheck",
|
"bytecheck",
|
||||||
"enum-iterator",
|
"enum-iterator",
|
||||||
@@ -6136,7 +6136,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-vm"
|
name = "wasmer-vm"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cc",
|
"cc",
|
||||||
@@ -6269,18 +6269,6 @@ dependencies = [
|
|||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "wasmer-wasm-interface"
|
|
||||||
version = "4.1.1"
|
|
||||||
dependencies = [
|
|
||||||
"bincode",
|
|
||||||
"either",
|
|
||||||
"nom 5.1.3",
|
|
||||||
"serde",
|
|
||||||
"wasmparser 0.51.4",
|
|
||||||
"wat",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasm-interface"
|
name = "wasmer-wasm-interface"
|
||||||
version = "4.1.1"
|
version = "4.1.1"
|
||||||
@@ -6293,9 +6281,21 @@ dependencies = [
|
|||||||
"wasmparser 0.51.4",
|
"wasmparser 0.51.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "wasmer-wasm-interface"
|
||||||
|
version = "4.1.2"
|
||||||
|
dependencies = [
|
||||||
|
"bincode",
|
||||||
|
"either",
|
||||||
|
"nom 5.1.3",
|
||||||
|
"serde",
|
||||||
|
"wasmparser 0.51.4",
|
||||||
|
"wat",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wast"
|
name = "wasmer-wast"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"futures",
|
"futures",
|
||||||
@@ -6311,7 +6311,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-workspace"
|
name = "wasmer-workspace"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"build-deps",
|
"build-deps",
|
||||||
@@ -6366,9 +6366,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmparser"
|
name = "wasmparser"
|
||||||
version = "0.110.0"
|
version = "0.111.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1dfcdb72d96f01e6c85b6bf20102e7423bdbaad5c337301bab2bbf253d26413c"
|
checksum = "ad71036aada3f6b09251546e97e4f4f176dd6b41cf6fa55e7e0f65e86aec319a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.0.0",
|
"indexmap 2.0.0",
|
||||||
"semver 1.0.18",
|
"semver 1.0.18",
|
||||||
@@ -6376,12 +6376,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmprinter"
|
name = "wasmprinter"
|
||||||
version = "0.2.62"
|
version = "0.2.63"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "42cd12ed4d96a984e4b598a17457f1126d01640cc7461afbb319642111ff9e7f"
|
checksum = "eeb8cc41d341939dce08ee902b50e36cd35add940f6044c94b144e8f73fe07a6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"wasmparser 0.110.0",
|
"wasmparser 0.111.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6404,9 +6404,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wast"
|
name = "wast"
|
||||||
version = "62.0.1"
|
version = "63.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b8ae06f09dbe377b889fbd620ff8fa21e1d49d1d9d364983c0cdbf9870cb9f1f"
|
checksum = "2560471f60a48b77fccefaf40796fda61c97ce1e790b59dfcec9dc3995c9f63a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"leb128",
|
"leb128",
|
||||||
"memchr",
|
"memchr",
|
||||||
@@ -6416,11 +6416,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wat"
|
name = "wat"
|
||||||
version = "1.0.69"
|
version = "1.0.70"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "842e15861d203fb4a96d314b0751cdeaf0f6f8b35e8d81d2953af2af5e44e637"
|
checksum = "3bdc306c2c4c2f2bf2ba69e083731d0d2a77437fc6a350a19db139636e7e416c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wast 62.0.1",
|
"wast 63.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6637,7 +6637,7 @@ version = "0.48.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-targets 0.48.1",
|
"windows-targets 0.48.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6668,7 +6668,7 @@ version = "0.48.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-targets 0.48.1",
|
"windows-targets 0.48.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6688,17 +6688,17 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-targets"
|
name = "windows-targets"
|
||||||
version = "0.48.1"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows_aarch64_gnullvm 0.48.0",
|
"windows_aarch64_gnullvm 0.48.5",
|
||||||
"windows_aarch64_msvc 0.48.0",
|
"windows_aarch64_msvc 0.48.5",
|
||||||
"windows_i686_gnu 0.48.0",
|
"windows_i686_gnu 0.48.5",
|
||||||
"windows_i686_msvc 0.48.0",
|
"windows_i686_msvc 0.48.5",
|
||||||
"windows_x86_64_gnu 0.48.0",
|
"windows_x86_64_gnu 0.48.5",
|
||||||
"windows_x86_64_gnullvm 0.48.0",
|
"windows_x86_64_gnullvm 0.48.5",
|
||||||
"windows_x86_64_msvc 0.48.0",
|
"windows_x86_64_msvc 0.48.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6709,9 +6709,9 @@ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_aarch64_gnullvm"
|
name = "windows_aarch64_gnullvm"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_aarch64_msvc"
|
name = "windows_aarch64_msvc"
|
||||||
@@ -6727,9 +6727,9 @@ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_aarch64_msvc"
|
name = "windows_aarch64_msvc"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_gnu"
|
name = "windows_i686_gnu"
|
||||||
@@ -6745,9 +6745,9 @@ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_gnu"
|
name = "windows_i686_gnu"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_msvc"
|
name = "windows_i686_msvc"
|
||||||
@@ -6763,9 +6763,9 @@ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_msvc"
|
name = "windows_i686_msvc"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnu"
|
name = "windows_x86_64_gnu"
|
||||||
@@ -6781,9 +6781,9 @@ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnu"
|
name = "windows_x86_64_gnu"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnullvm"
|
name = "windows_x86_64_gnullvm"
|
||||||
@@ -6793,9 +6793,9 @@ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnullvm"
|
name = "windows_x86_64_gnullvm"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_msvc"
|
name = "windows_x86_64_msvc"
|
||||||
@@ -6811,15 +6811,15 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_msvc"
|
name = "windows_x86_64_msvc"
|
||||||
version = "0.48.0"
|
version = "0.48.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winnow"
|
name = "winnow"
|
||||||
version = "0.5.4"
|
version = "0.5.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "acaaa1190073b2b101e15083c38ee8ec891b5e05cbee516521e94ec008f61e64"
|
checksum = "d09770118a7eb1ccaf4a594a221334119a44a814fcb0d31c5b85e83e97227a97"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
|
|||||||
26
Cargo.toml
26
Cargo.toml
@@ -12,20 +12,20 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { version = "=4.1.1", path = "lib/api", default-features = false }
|
wasmer = { version = "=4.1.2", path = "lib/api", default-features = false }
|
||||||
wasmer-compiler = { version = "=4.1.1", path = "lib/compiler", features = [
|
wasmer-compiler = { version = "=4.1.2", path = "lib/compiler", features = [
|
||||||
"compiler",
|
"compiler",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "lib/compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.1.2", path = "lib/compiler-cranelift", optional = true }
|
||||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "lib/compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.1.2", path = "lib/compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=4.1.1", path = "lib/compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.1.2", path = "lib/compiler-llvm", optional = true }
|
||||||
wasmer-emscripten = { version = "=4.1.1", path = "lib/emscripten", optional = true }
|
wasmer-emscripten = { version = "=4.1.2", path = "lib/emscripten", optional = true }
|
||||||
wasmer-wasix = { version = "0.11.0", path = "lib/wasix", optional = true }
|
wasmer-wasix = { version = "0.11.0", path = "lib/wasix", optional = true }
|
||||||
wasmer-wast = { version = "=4.1.1", path = "tests/lib/wast", optional = true }
|
wasmer-wast = { version = "=4.1.2", path = "tests/lib/wast", optional = true }
|
||||||
wasi-test-generator = { version = "=4.1.1", path = "tests/wasi-wast", optional = true }
|
wasi-test-generator = { version = "=4.1.2", path = "tests/wasi-wast", optional = true }
|
||||||
wasmer-cache = { version = "=4.1.1", path = "lib/cache", optional = true }
|
wasmer-cache = { version = "=4.1.2", path = "lib/cache", optional = true }
|
||||||
wasmer-types = { version = "=4.1.1", path = "lib/types" }
|
wasmer-types = { version = "=4.1.2", path = "lib/types" }
|
||||||
wasmer-middlewares = { version = "=4.1.1", path = "lib/middlewares", optional = true }
|
wasmer-middlewares = { version = "=4.1.2", path = "lib/middlewares", optional = true }
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
tokio = { version = "1", features = [
|
tokio = { version = "1", features = [
|
||||||
"rt",
|
"rt",
|
||||||
@@ -80,7 +80,7 @@ homepage = "https://wasmer.io/"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
rust-version = "1.67"
|
rust-version = "1.67"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
webc = { version = "5.2.0", default-features = false, features = ["package"] }
|
webc = { version = "5.2.0", default-features = false, features = ["package"] }
|
||||||
@@ -94,7 +94,7 @@ glob = "0.3"
|
|||||||
rustc_version = "0.4"
|
rustc_version = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer = { version = "=4.1.1", path = "lib/api", default-features = false, features = [
|
wasmer = { version = "=4.1.2", path = "lib/api", default-features = false, features = [
|
||||||
] }
|
] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
criterion = { version = "0.5", default-features = false }
|
criterion = { version = "0.5", default-features = false }
|
||||||
|
|||||||
@@ -38,15 +38,15 @@ rustc-demangle = "0.1"
|
|||||||
# Dependencies and Development Dependencies for `sys`.
|
# Dependencies and Development Dependencies for `sys`.
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
# - Mandatory dependencies for `sys`.
|
# - Mandatory dependencies for `sys`.
|
||||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
wasmer-vm = { path = "../vm", version = "=4.1.2" }
|
||||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1" }
|
wasmer-compiler = { path = "../compiler", version = "=4.1.2" }
|
||||||
wasmer-derive = { path = "../derive", version = "=4.1.1" }
|
wasmer-derive = { path = "../derive", version = "=4.1.2" }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
target-lexicon = { version = "0.12.2", default-features = false }
|
target-lexicon = { version = "0.12.2", default-features = false }
|
||||||
# - Optional dependencies for `sys`.
|
# - Optional dependencies for `sys`.
|
||||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.1", optional = true }
|
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.2", optional = true }
|
||||||
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.1.1", optional = true }
|
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.1.2", optional = true }
|
||||||
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.1.1", optional = true }
|
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.1.2", optional = true }
|
||||||
|
|
||||||
wasm-bindgen = { version = "0.2.74", optional = true }
|
wasm-bindgen = { version = "0.2.74", optional = true }
|
||||||
js-sys = { version = "0.3.51", optional = true }
|
js-sys = { version = "0.3.51", optional = true }
|
||||||
@@ -62,17 +62,17 @@ winapi = "0.3"
|
|||||||
wat = "1.0"
|
wat = "1.0"
|
||||||
tempfile = "3.6.0"
|
tempfile = "3.6.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
macro-wasmer-universal-test = { version = "4.1.1", path = "./macro-wasmer-universal-test" }
|
macro-wasmer-universal-test = { version = "4.1.2", path = "./macro-wasmer-universal-test" }
|
||||||
|
|
||||||
# Dependencies and Develoment Dependencies for `js`.
|
# Dependencies and Develoment Dependencies for `js`.
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
# - Mandatory dependencies for `js`.
|
# - Mandatory dependencies for `js`.
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false, features = ["std"] }
|
wasmer-types = { path = "../types", version = "=4.1.2", default-features = false, features = ["std"] }
|
||||||
wasm-bindgen = "0.2.74"
|
wasm-bindgen = "0.2.74"
|
||||||
wasm-bindgen-downcast = { version = "0.1.1" }
|
wasm-bindgen-downcast = { version = "0.1.1" }
|
||||||
js-sys = "0.3.51"
|
js-sys = "0.3.51"
|
||||||
#web-sys = { version = "0.3.51", features = [ "console" ] }
|
#web-sys = { version = "0.3.51", features = [ "console" ] }
|
||||||
wasmer-derive = { path = "../derive", version = "=4.1.1" }
|
wasmer-derive = { path = "../derive", version = "=4.1.2" }
|
||||||
# - Optional dependencies for `js`.
|
# - Optional dependencies for `js`.
|
||||||
wasmparser = { version = "0.95", default-features = false, optional = true }
|
wasmparser = { version = "0.95", default-features = false, optional = true }
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
@@ -84,7 +84,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
wat = "1.0"
|
wat = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
wasm-bindgen-test = "0.3.0"
|
wasm-bindgen-test = "0.3.0"
|
||||||
macro-wasmer-universal-test = { version = "4.1.1", path = "./macro-wasmer-universal-test" }
|
macro-wasmer-universal-test = { version = "4.1.2", path = "./macro-wasmer-universal-test" }
|
||||||
|
|
||||||
# Specific to `js`.
|
# Specific to `js`.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "macro-wasmer-universal-test"
|
name = "macro-wasmer-universal-test"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Universal test macro for wasmer-test"
|
description = "Universal test macro for wasmer-test"
|
||||||
|
|||||||
@@ -24,14 +24,14 @@ crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
||||||
# library name (see `[lib]`).
|
# library name (see `[lib]`).
|
||||||
wasmer-api = { version = "=4.1.1", path = "../api", default-features = false, package = "wasmer" }
|
wasmer-api = { version = "=4.1.2", path = "../api", default-features = false, package = "wasmer" }
|
||||||
wasmer-compiler = { version = "=4.1.1", path = "../compiler", optional = true }
|
wasmer-compiler = { version = "=4.1.2", path = "../compiler", optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.1.2", path = "../compiler-cranelift", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=4.1.1", path = "../compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.1.2", path = "../compiler-llvm", optional = true }
|
||||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.1.2", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-emscripten = { version = "=4.1.1", path = "../emscripten", optional = true }
|
wasmer-emscripten = { version = "=4.1.2", path = "../emscripten", optional = true }
|
||||||
wasmer-middlewares = { version = "=4.1.1", path = "../middlewares", optional = true }
|
wasmer-middlewares = { version = "=4.1.2", path = "../middlewares", optional = true }
|
||||||
wasmer-types = { version = "=4.1.1", path = "../types" }
|
wasmer-types = { version = "=4.1.2", path = "../types" }
|
||||||
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
||||||
webc = { version = "5.0", optional = true }
|
webc = { version = "5.0", optional = true }
|
||||||
virtual-fs = { version = "0.8.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
virtual-fs = { version = "0.8.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-capi-examples-runner"
|
name = "wasmer-capi-examples-runner"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "wasmer-capi-examples-runner"
|
description = "wasmer-capi-examples-runner"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-c-api-test-runner"
|
name = "wasmer-c-api-test-runner"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "wasmer-c-api-test-runner"
|
description = "wasmer-c-api-test-runner"
|
||||||
|
|||||||
6
lib/cache/Cargo.toml
vendored
6
lib/cache/Cargo.toml
vendored
@@ -13,7 +13,7 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
blake3 = "1.0"
|
blake3 = "1.0"
|
||||||
@@ -22,8 +22,8 @@ blake3 = "1.0"
|
|||||||
criterion = { version = "0.5", default-features = false }
|
criterion = { version = "0.5", default-features = false }
|
||||||
tempfile = "3.6.0"
|
tempfile = "3.6.0"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["sys", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["sys", "cranelift"] }
|
||||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.1" }
|
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.2" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["filesystem"]
|
default = ["filesystem"]
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ path = "src/bin/wasmer_compiler.rs"
|
|||||||
doc = false
|
doc = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { version = "=4.1.1", path = "../compiler", features = ["compiler"] }
|
wasmer-compiler = { version = "=4.1.2", path = "../compiler", features = ["compiler"] }
|
||||||
wasmer-types = { version = "=4.1.1", path = "../types" }
|
wasmer-types = { version = "=4.1.2", path = "../types" }
|
||||||
is-terminal = "0.4.7"
|
is-terminal = "0.4.7"
|
||||||
colored = "2.0"
|
colored = "2.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
@@ -36,13 +36,13 @@ log = { version = "0.4", optional = true }
|
|||||||
target-lexicon = { version = "0.12", features = ["std"] }
|
target-lexicon = { version = "0.12", features = ["std"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.1.2", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.1.2", path = "../compiler-cranelift", optional = true }
|
||||||
clap = { version = "4.2.7", features = ["derive", "env"] }
|
clap = { version = "4.2.7", features = ["derive", "env"] }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
|
wasmer-compiler-singlepass = { version = "=4.1.2", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
|
||||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
|
wasmer-compiler-cranelift = { version = "=4.1.2", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
|
||||||
# NOTE: Must use different features for clap because the "color" feature does not
|
# NOTE: Must use different features for clap because the "color" feature does not
|
||||||
# work on wasi, due to the anstream dependency not compiling.
|
# work on wasi, due to the anstream dependency not compiling.
|
||||||
clap = { version = "4.2.7", default-features = false, features = [
|
clap = { version = "4.2.7", default-features = false, features = [
|
||||||
|
|||||||
@@ -27,15 +27,15 @@ required-features = ["headless"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Repo-local dependencies.
|
# Repo-local dependencies.
|
||||||
wasmer = { version = "=4.1.1", path = "../api", default-features = false }
|
wasmer = { version = "=4.1.2", path = "../api", default-features = false }
|
||||||
wasmer-compiler = { version = "=4.1.1", path = "../compiler", features = [
|
wasmer-compiler = { version = "=4.1.2", path = "../compiler", features = [
|
||||||
"compiler",
|
"compiler",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.1.2", path = "../compiler-cranelift", optional = true }
|
||||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.1.2", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=4.1.1", path = "../compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.1.2", path = "../compiler-llvm", optional = true }
|
||||||
wasmer-emscripten = { version = "=4.1.1", path = "../emscripten" }
|
wasmer-emscripten = { version = "=4.1.2", path = "../emscripten" }
|
||||||
wasmer-vm = { version = "=4.1.1", path = "../vm", optional = true }
|
wasmer-vm = { version = "=4.1.2", path = "../vm", optional = true }
|
||||||
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = [
|
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = [
|
||||||
"logging",
|
"logging",
|
||||||
"webc_runner_rt_wcgi",
|
"webc_runner_rt_wcgi",
|
||||||
@@ -45,18 +45,18 @@ wasmer-wasix = { version = "0.11.0", path = "../wasix", features = [
|
|||||||
wasmer-wasix-experimental-io-devices = { version = "0.11.0", path = "../wasi-experimental-io-devices", optional = true, features = [
|
wasmer-wasix-experimental-io-devices = { version = "0.11.0", path = "../wasi-experimental-io-devices", optional = true, features = [
|
||||||
"link_external_libs",
|
"link_external_libs",
|
||||||
] }
|
] }
|
||||||
wasmer-wast = { version = "=4.1.1", path = "../../tests/lib/wast", optional = true }
|
wasmer-wast = { version = "=4.1.2", path = "../../tests/lib/wast", optional = true }
|
||||||
wasmer-cache = { version = "=4.1.1", path = "../cache", features = [
|
wasmer-cache = { version = "=4.1.2", path = "../cache", features = [
|
||||||
"blake3-pure",
|
"blake3-pure",
|
||||||
] }
|
] }
|
||||||
wasmer-types = { version = "=4.1.1", path = "../types", features = [
|
wasmer-types = { version = "=4.1.2", path = "../types", features = [
|
||||||
"enable-serde",
|
"enable-serde",
|
||||||
] }
|
] }
|
||||||
wasmer-registry = { version = "5.4.0", path = "../registry", features = [
|
wasmer-registry = { version = "5.4.0", path = "../registry", features = [
|
||||||
"build-package",
|
"build-package",
|
||||||
"clap",
|
"clap",
|
||||||
] }
|
] }
|
||||||
wasmer-object = { version = "=4.1.1", path = "../object", optional = true }
|
wasmer-object = { version = "=4.1.2", path = "../object", optional = true }
|
||||||
virtual-fs = { version = "0.8.0", path = "../virtual-fs", default-features = false, features = [
|
virtual-fs = { version = "0.8.0", path = "../virtual-fs", default-features = false, features = [
|
||||||
"host-fs",
|
"host-fs",
|
||||||
] }
|
] }
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1", features = ["translator", "compiler"], default-features = false }
|
wasmer-compiler = { path = "../compiler", version = "=4.1.2", features = ["translator", "compiler"], default-features = false }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false, features = ["std"] }
|
wasmer-types = { path = "../types", version = "=4.1.2", default-features = false, features = ["std"] }
|
||||||
cranelift-entity = { version = "0.91.1", default-features = false }
|
cranelift-entity = { version = "0.91.1", default-features = false }
|
||||||
cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64", "riscv64"] }
|
cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64", "riscv64"] }
|
||||||
cranelift-frontend = { version = "0.91.1", default-features = false }
|
cranelift-frontend = { version = "0.91.1", default-features = false }
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1", features = [
|
wasmer-compiler = { path = "../compiler", version = "=4.1.2", features = [
|
||||||
"translator", "compiler"
|
"translator", "compiler"
|
||||||
] }
|
] }
|
||||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
wasmer-vm = { path = "../vm", version = "=4.1.2" }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
target-lexicon = { version = "0.12.2", default-features = false }
|
target-lexicon = { version = "0.12.2", default-features = false }
|
||||||
smallvec = "1.6"
|
smallvec = "1.6"
|
||||||
object = { version = "0.28.3", default-features = false, features = ["read"] }
|
object = { version = "0.28.3", default-features = false, features = ["read"] }
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1", features = ["translator", "compiler"], default-features = false }
|
wasmer-compiler = { path = "../compiler", version = "=4.1.2", features = ["translator", "compiler"], default-features = false }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false, features = ["std"] }
|
wasmer-types = { path = "../types", version = "=4.1.2", default-features = false, features = ["std"] }
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
gimli = { version = "0.26", optional = true }
|
gimli = { version = "0.26", optional = true }
|
||||||
enumset = "1.0.2"
|
enumset = "1.0.2"
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false }
|
wasmer-types = { path = "../types", version = "=4.1.2", default-features = false }
|
||||||
wasmer-object = { path = "../object", version = "=4.1.1", optional = true }
|
wasmer-object = { path = "../object", version = "=4.1.2", optional = true }
|
||||||
wasmparser = { version = "0.95", optional = true, default-features = false }
|
wasmparser = { version = "0.95", optional = true, default-features = false }
|
||||||
enumset = "1.0.2"
|
enumset = "1.0.2"
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
@@ -33,7 +33,7 @@ leb128 = "0.2"
|
|||||||
enum-iterator = "0.7.0"
|
enum-iterator = "0.7.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
wasmer-vm = { path = "../vm", version = "=4.1.2" }
|
||||||
region = { version = "3.0" }
|
region = { version = "3.0" }
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ lazy_static = "1.4"
|
|||||||
libc = "^0.2"
|
libc = "^0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
time = { version = "0.3", features = ["std", "formatting"] }
|
time = { version = "0.3", features = ["std", "formatting"] }
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
getrandom = "0.2"
|
getrandom = "0.2"
|
||||||
|
|||||||
@@ -13,12 +13,12 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["compiler"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["compiler"] }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
wasmer-vm = { path = "../vm", version = "=4.1.2" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer = { path = "../api", version = "=4.1.1", features = ["compiler"] }
|
wasmer = { path = "../api", version = "=4.1.2", features = ["compiler"] }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
object = { version = "0.28.3", default-features = false, features = ["write"] }
|
object = { version = "0.28.3", default-features = false, features = ["write"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ tokio = "1.24.0"
|
|||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
wasmer-toml = "0.6.0"
|
wasmer-toml = "0.6.0"
|
||||||
wasmer-wasm-interface = { version = "4.1.1", path = "../wasm-interface", optional = true }
|
wasmer-wasm-interface = { version = "4.1.2", path = "../wasm-interface", optional = true }
|
||||||
wasmparser = { version = "0.51.4", optional = true }
|
wasmparser = { version = "0.51.4", optional = true }
|
||||||
whoami = "1.2.3"
|
whoami = "1.2.3"
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ repository.workspace = true
|
|||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["sys", "compiler"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["sys", "compiler"] }
|
||||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
wasmer-vm = { path = "../vm", version = "=4.1.2" }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
region = { version = "3.0" }
|
region = { version = "3.0" }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ libc = { version = "^0.2", default-features = false }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer-wasix = { path = "../wasix", version = "0.11.0" }
|
wasmer-wasix = { path = "../wasix", version = "0.11.0" }
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
|
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ rust-version.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
libc = { version = "^0.2", default-features = false }
|
libc = { version = "^0.2", default-features = false }
|
||||||
memoffset = "0.8.0"
|
memoffset = "0.8.0"
|
||||||
indexmap = { version = "1.6" }
|
indexmap = { version = "1.6" }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ once_cell = "1.13"
|
|||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tracing-lib = { version = "0.1.26", optional = true, package = "tracing" }
|
tracing-lib = { version = "0.1.26", optional = true, package = "tracing" }
|
||||||
wai-bindgen-wasmer-impl = { version = "0.2.2" }
|
wai-bindgen-wasmer-impl = { version = "0.2.2" }
|
||||||
wasmer = { version = "=4.1.1", path = "../api", default-features = false }
|
wasmer = { version = "=4.1.2", path = "../api", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Enables generated code to emit events via the `tracing` crate whenever wasm is
|
# Enables generated code to emit events via the `tracing` crate whenever wasm is
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ rust-version.workspace = true
|
|||||||
maintenance = { status = "experimental" }
|
maintenance = { status = "experimental" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { version = "4.1.1", path = "../api", default-features=false }
|
wasmer = { version = "4.1.2", path = "../api", default-features=false }
|
||||||
wasmer-wasix = { version = "0.11.0", path = "../wasix", default-features=false }
|
wasmer-wasix = { version = "0.11.0", path = "../wasix", default-features=false }
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0" }
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ rust-version.workspace = true
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { default-features = false, path = "../api", version = "=4.1.1" }
|
wasmer = { default-features = false, path = "../api", version = "=4.1.2" }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
wasmer-types = { path = "../types", version = "=4.1.2" }
|
||||||
wasmer-derive = { path = "../derive", version = "=4.1.1" }
|
wasmer-derive = { path = "../derive", version = "=4.1.2" }
|
||||||
wai-bindgen-gen-rust = "0.2.1"
|
wai-bindgen-gen-rust = "0.2.1"
|
||||||
wai-bindgen-rust = { version = "0.2.1", default-features = false, features = ["macros"] }
|
wai-bindgen-rust = { version = "0.2.1", default-features = false, features = ["macros"] }
|
||||||
wai-bindgen-gen-rust-wasm = "0.2.1"
|
wai-bindgen-gen-rust-wasm = "0.2.1"
|
||||||
|
|||||||
@@ -18,12 +18,12 @@ thiserror = "1"
|
|||||||
tracing = { version = "0.1.37" }
|
tracing = { version = "0.1.37" }
|
||||||
getrandom = "0.2"
|
getrandom = "0.2"
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0", features = [ "enable-serde" ] }
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0", features = [ "enable-serde" ] }
|
||||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false }
|
wasmer-types = { path = "../types", version = "=4.1.2", default-features = false }
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||||
virtual-mio = { path = "../virtual-io", version = "0.2.0", default-features = false }
|
virtual-mio = { path = "../virtual-io", version = "0.2.0", default-features = false }
|
||||||
virtual-fs = { path = "../virtual-fs", version = "0.8.0", default-features = false, features = ["webc-fs"] }
|
virtual-fs = { path = "../virtual-fs", version = "0.8.0", default-features = false, features = ["webc-fs"] }
|
||||||
virtual-net = { path = "../virtual-net", version = "0.5.0", default-features = false }
|
virtual-net = { path = "../virtual-net", version = "0.5.0", default-features = false }
|
||||||
wasmer-emscripten = { path = "../emscripten", version = "=4.1.1", optional = true }
|
wasmer-emscripten = { path = "../emscripten", version = "=4.1.2", optional = true }
|
||||||
typetag = { version = "0.1", optional = true }
|
typetag = { version = "0.1", optional = true }
|
||||||
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
||||||
bincode = { version = "1.3" }
|
bincode = { version = "1.3" }
|
||||||
@@ -94,7 +94,7 @@ termios = { version = "0.3" }
|
|||||||
winapi = "0.3"
|
winapi = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||||
tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false }
|
tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false }
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
wasm-bindgen-test = "0.3.0"
|
wasm-bindgen-test = "0.3.0"
|
||||||
@@ -105,7 +105,7 @@ tracing-wasm = "0.2"
|
|||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||||
tracing-subscriber = { version = "^0.3" }
|
tracing-subscriber = { version = "^0.3" }
|
||||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sys-default"]
|
default = ["sys-default"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
PREVIOUS_VERSION='4.1.0'
|
PREVIOUS_VERSION='4.1.1'
|
||||||
NEXT_VERSION='4.1.1'
|
NEXT_VERSION='4.1.2'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=Wasmer
|
AppName=Wasmer
|
||||||
AppVersion=4.1.1
|
AppVersion=4.1.2
|
||||||
DefaultDirName={pf}\Wasmer
|
DefaultDirName={pf}\Wasmer
|
||||||
DefaultGroupName=Wasmer
|
DefaultGroupName=Wasmer
|
||||||
Compression=lzma2
|
Compression=lzma2
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-integration-tests-cli"
|
name = "wasmer-integration-tests-cli"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "CLI integration tests"
|
description = "CLI integration tests"
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-integration-tests-ios"
|
name = "wasmer-integration-tests-ios"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "iOS integration tests"
|
description = "iOS integration tests"
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wast"
|
name = "wasmer-wast"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "wast testing support for wasmer"
|
description = "wast testing support for wasmer"
|
||||||
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||||
@@ -12,7 +12,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
wasmer = { path = "../../../lib/api", version = "=4.1.1", default-features = false }
|
wasmer = { path = "../../../lib/api", version = "=4.1.2", default-features = false }
|
||||||
wasmer-wasix = { path = "../../../lib/wasix", version = "0.11.0" }
|
wasmer-wasix = { path = "../../../lib/wasix", version = "0.11.0" }
|
||||||
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.8.0" }
|
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.8.0" }
|
||||||
wast = "38.0"
|
wast = "38.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasi-test-generator"
|
name = "wasi-test-generator"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
description = "Tests for our WASI implementation"
|
description = "Tests for our WASI implementation"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user