mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 13:58:38 +00:00
Update 0.x package versions
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -5789,7 +5789,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wai-bindgen-wasmer"
|
name = "wai-bindgen-wasmer"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -6092,7 +6092,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-api"
|
name = "wasmer-api"
|
||||||
version = "0.0.23"
|
version = "0.0.24"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64 0.13.1",
|
"base64 0.13.1",
|
||||||
@@ -6524,7 +6524,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-registry"
|
name = "wasmer-registry"
|
||||||
version = "5.10.2"
|
version = "5.10.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
@@ -6570,7 +6570,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-sys-utils"
|
name = "wasmer-sys-utils"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"region",
|
"region",
|
||||||
@@ -6647,7 +6647,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix"
|
name = "wasmer-wasix"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -6726,7 +6726,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix-types"
|
name = "wasmer-wasix-types"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ wasmer-compiler-cranelift = { version = "=4.2.7", path = "lib/compiler-cranelift
|
|||||||
wasmer-compiler-singlepass = { version = "=4.2.7", path = "lib/compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.2.7", path = "lib/compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=4.2.7", path = "lib/compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.2.7", path = "lib/compiler-llvm", optional = true }
|
||||||
wasmer-emscripten = { version = "=4.2.7", path = "lib/emscripten", optional = true }
|
wasmer-emscripten = { version = "=4.2.7", path = "lib/emscripten", optional = true }
|
||||||
wasmer-wasix = { version = "0.18.0", path = "lib/wasix", optional = true }
|
wasmer-wasix = { version = "0.18.2", path = "lib/wasix", optional = true }
|
||||||
wasmer-wast = { version = "=4.2.7", path = "tests/lib/wast", optional = true }
|
wasmer-wast = { version = "=4.2.7", path = "tests/lib/wast", optional = true }
|
||||||
wasi-test-generator = { version = "=4.2.7", path = "tests/wasi-wast", optional = true }
|
wasi-test-generator = { version = "=4.2.7", path = "tests/wasi-wast", optional = true }
|
||||||
wasmer-cache = { version = "=4.2.7", path = "lib/cache", optional = true }
|
wasmer-cache = { version = "=4.2.7", path = "lib/cache", optional = true }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-api"
|
name = "wasmer-api"
|
||||||
version = "0.0.23"
|
version = "0.0.24"
|
||||||
description = "Client library for the Wasmer GraphQL API"
|
description = "Client library for the Wasmer GraphQL API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "https://docs.rs/wasmer-api"
|
documentation = "https://docs.rs/wasmer-api"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ wasmer-compiler-singlepass = { version = "=4.2.7", path = "../compiler-singlepas
|
|||||||
wasmer-emscripten = { version = "=4.2.7", path = "../emscripten", optional = true }
|
wasmer-emscripten = { version = "=4.2.7", path = "../emscripten", optional = true }
|
||||||
wasmer-middlewares = { version = "=4.2.7", path = "../middlewares", optional = true }
|
wasmer-middlewares = { version = "=4.2.7", path = "../middlewares", optional = true }
|
||||||
wasmer-types = { version = "=4.2.7", path = "../types" }
|
wasmer-types = { version = "=4.2.7", path = "../types" }
|
||||||
wasmer-wasix = { version = "0.18.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
wasmer-wasix = { version = "0.18.2", 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.11.1", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
virtual-fs = { version = "0.11.1", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||||
enumset.workspace = true
|
enumset.workspace = true
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ wasmer-compiler-singlepass = { version = "=4.2.7", path = "../compiler-singlepas
|
|||||||
wasmer-compiler-llvm = { version = "=4.2.7", path = "../compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.2.7", path = "../compiler-llvm", optional = true }
|
||||||
wasmer-emscripten = { version = "=4.2.7", path = "../emscripten" }
|
wasmer-emscripten = { version = "=4.2.7", path = "../emscripten" }
|
||||||
wasmer-vm = { version = "=4.2.7", path = "../vm", optional = true }
|
wasmer-vm = { version = "=4.2.7", path = "../vm", optional = true }
|
||||||
wasmer-wasix = { version = "0.18.1", path = "../wasix", features = [
|
wasmer-wasix = { version = "0.18.2", path = "../wasix", features = [
|
||||||
"logging",
|
"logging",
|
||||||
"webc_runner_rt_wcgi",
|
"webc_runner_rt_wcgi",
|
||||||
"webc_runner_rt_dcgi",
|
"webc_runner_rt_dcgi",
|
||||||
@@ -86,7 +86,7 @@ wasmer-wast = { version = "=4.2.7", path = "../../tests/lib/wast", optional = tr
|
|||||||
wasmer-types = { version = "=4.2.7", path = "../types", features = [
|
wasmer-types = { version = "=4.2.7", path = "../types", features = [
|
||||||
"enable-serde",
|
"enable-serde",
|
||||||
] }
|
] }
|
||||||
wasmer-registry = { version = "5.10.2", path = "../registry", features = [
|
wasmer-registry = { version = "5.10.3", path = "../registry", features = [
|
||||||
"build-package",
|
"build-package",
|
||||||
"clap",
|
"clap",
|
||||||
] }
|
] }
|
||||||
@@ -100,7 +100,7 @@ virtual-mio = { version = "0.3.0", path = "../virtual-io" }
|
|||||||
# Wasmer-owned dependencies.
|
# Wasmer-owned dependencies.
|
||||||
|
|
||||||
webc = { workspace = true }
|
webc = { workspace = true }
|
||||||
wasmer-api = { version = "=0.0.23", path = "../backend-api" }
|
wasmer-api = { version = "=0.0.24", path = "../backend-api" }
|
||||||
edge-schema = { version = "=0.0.2" }
|
edge-schema = { version = "=0.0.2" }
|
||||||
edge-util = { version = "=0.0.1" }
|
edge-util = { version = "=0.0.1" }
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ log-file = [ "shared-buffer" ]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { default-features = false, path = "../api", version = "=4.2.7" }
|
wasmer = { default-features = false, path = "../api", version = "=4.2.7" }
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.18.1", features = [ "enable-serde" ] }
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.18.2", features = [ "enable-serde" ] }
|
||||||
virtual-net = { path = "../virtual-net", version = "0.6.3", default-features = false, features = ["rkyv"] }
|
virtual-net = { path = "../virtual-net", version = "0.6.3", default-features = false, features = ["rkyv"] }
|
||||||
|
|
||||||
shared-buffer = { workspace = true, optional = true }
|
shared-buffer = { workspace = true, optional = true }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-registry"
|
name = "wasmer-registry"
|
||||||
version = "5.10.2"
|
version = "5.10.3"
|
||||||
description = "Crate to interact with the wasmer registry, download packages, etc."
|
description = "Crate to interact with the wasmer registry, download packages, etc."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-sys-utils"
|
name = "wasmer-sys-utils"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
description = "Wasmer utilities for a sys environment."
|
description = "Wasmer utilities for a sys environment."
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly"]
|
keywords = ["wasm", "webassembly"]
|
||||||
@@ -22,7 +22,7 @@ tracing = "0.1.37"
|
|||||||
libc = { version = "^0.2", default-features = false }
|
libc = { version = "^0.2", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer-wasix = { path = "../wasix", version = "0.18.1" }
|
wasmer-wasix = { path = "../wasix", version = "0.18.2" }
|
||||||
wasmer = { path = "../api", version = "=4.2.7", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.2.7", 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"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wai-bindgen-wasmer"
|
name = "wai-bindgen-wasmer"
|
||||||
description = "Generate WAI glue for a Rust Wasmer host"
|
description = "Generate WAI glue for a Rust Wasmer host"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wasix-types"
|
name = "wasmer-wasix-types"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
description = "WASI and WASIX types for Wasmer WebAssembly runtime"
|
description = "WASI and WASIX types for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wasix"
|
name = "wasmer-wasix"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
description = "WASI and WASIX implementation library for Wasmer WebAssembly runtime"
|
description = "WASI and WASIX implementation library for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||||
@@ -19,7 +19,7 @@ cfg-if = "1.0"
|
|||||||
thiserror = "1"
|
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.18.1", features = [ "enable-serde" ] }
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.18.2", features = [ "enable-serde" ] }
|
||||||
wasmer-types = { path = "../types", version = "=4.2.7", default-features = false }
|
wasmer-types = { path = "../types", version = "=4.2.7", default-features = false }
|
||||||
wasmer = { path = "../api", version = "=4.2.7", default-features = false, features = ["wat", "js-serializable-module"] }
|
wasmer = { path = "../api", version = "=4.2.7", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||||
virtual-mio = { path = "../virtual-io", version = "0.3.0", default-features = false }
|
virtual-mio = { path = "../virtual-io", version = "0.3.0", default-features = false }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
wasmer = { path = "../../../lib/api", version = "=4.2.7", default-features = false }
|
wasmer = { path = "../../../lib/api", version = "=4.2.7", default-features = false }
|
||||||
wasmer-wasix = { path = "../../../lib/wasix", version = "0.18.1" }
|
wasmer-wasix = { path = "../../../lib/wasix", version = "0.18.2" }
|
||||||
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.11.1" }
|
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.11.1" }
|
||||||
wast = "38.0"
|
wast = "38.0"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user