mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 11:18:31 +00:00
Bump 0.x packages
This commit is contained in:
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -6166,7 +6166,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "virtual-fs"
|
name = "virtual-fs"
|
||||||
version = "0.23.0"
|
version = "0.24.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -6311,7 +6311,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wai-bindgen-wasmer"
|
name = "wai-bindgen-wasmer"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -6682,7 +6682,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-backend-api"
|
name = "wasmer-backend-api"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-tungstenite",
|
"async-tungstenite",
|
||||||
@@ -7001,7 +7001,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-config"
|
name = "wasmer-config"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytesize",
|
"bytesize",
|
||||||
@@ -7095,7 +7095,7 @@ version = "6.0.0-beta.1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-journal"
|
name = "wasmer-journal"
|
||||||
version = "0.20.0"
|
version = "0.21.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -7131,7 +7131,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-package"
|
name = "wasmer-package"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
@@ -7161,7 +7161,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-swift"
|
name = "wasmer-swift"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror 1.0.69",
|
"thiserror 1.0.69",
|
||||||
"tokio",
|
"tokio",
|
||||||
@@ -7175,7 +7175,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-sys-utils"
|
name = "wasmer-sys-utils"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"region",
|
"region",
|
||||||
@@ -7240,7 +7240,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix"
|
name = "wasmer-wasix"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert-panic",
|
"assert-panic",
|
||||||
@@ -7327,7 +7327,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix-types"
|
name = "wasmer-wasix-types"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ version = "6.0.0-beta.1"
|
|||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
# Repo-local crates
|
# Repo-local crates
|
||||||
wasmer-package = { version = "0.6.0", path = "lib/package" }
|
wasmer-package = { version = "0.7.0", path = "lib/package" }
|
||||||
wasmer-config = { path = "./lib/config" }
|
wasmer-config = { path = "./lib/config" }
|
||||||
wasmer-wasix = { path = "./lib/wasix" }
|
wasmer-wasix = { path = "./lib/wasix" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-backend-api"
|
name = "wasmer-backend-api"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
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-backend-api"
|
documentation = "https://docs.rs/wasmer-backend-api"
|
||||||
@@ -15,7 +15,7 @@ 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 dependencies.
|
# Wasmer dependencies.
|
||||||
wasmer-config = { version = "0.13.0", path = "../config" }
|
wasmer-config = { version = "0.14.0", path = "../config" }
|
||||||
wasmer-package.workspace = true
|
wasmer-package.workspace = true
|
||||||
webc.workspace = true
|
webc.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -31,13 +31,13 @@ wasmer-compiler-llvm = { version = "=6.0.0-beta.1", path = "../compiler-llvm", o
|
|||||||
wasmer-compiler-singlepass = { version = "=6.0.0-beta.1", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=6.0.0-beta.1", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-middlewares = { version = "=6.0.0-beta.1", path = "../middlewares", optional = true }
|
wasmer-middlewares = { version = "=6.0.0-beta.1", path = "../middlewares", optional = true }
|
||||||
wasmer-types = { version = "=6.0.0-beta.1", path = "../types" }
|
wasmer-types = { version = "=6.0.0-beta.1", path = "../types" }
|
||||||
wasmer-wasix = { path = "../wasix", version = "=0.37.0", features = [
|
wasmer-wasix = { path = "../wasix", version = "=0.38.0", features = [
|
||||||
"host-fs",
|
"host-fs",
|
||||||
"host-vnet",
|
"host-vnet",
|
||||||
"sys",
|
"sys",
|
||||||
], default-features = false, optional = true }
|
], default-features = false, optional = true }
|
||||||
webc = { workspace = true, optional = true }
|
webc = { workspace = true, optional = true }
|
||||||
virtual-fs = { version = "0.23.0", path = "../virtual-fs", optional = true, default-features = false, features = [
|
virtual-fs = { version = "0.24.0", path = "../virtual-fs", optional = true, default-features = false, features = [
|
||||||
"static-fs",
|
"static-fs",
|
||||||
] }
|
] }
|
||||||
enumset.workspace = true
|
enumset.workspace = true
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ wasmer-compiler-llvm = { version = "=6.0.0-beta.1", path = "../compiler-llvm", o
|
|||||||
wasmer-package.workspace = true
|
wasmer-package.workspace = true
|
||||||
|
|
||||||
wasmer-vm = { version = "=6.0.0-beta.1", path = "../vm", optional = true }
|
wasmer-vm = { version = "=6.0.0-beta.1", path = "../vm", optional = true }
|
||||||
wasmer-wasix = { path = "../wasix", version = "=0.37.0", features = [
|
wasmer-wasix = { path = "../wasix", version = "=0.38.0", features = [
|
||||||
"logging",
|
"logging",
|
||||||
"webc_runner_rt_wcgi",
|
"webc_runner_rt_wcgi",
|
||||||
"webc_runner_rt_dcgi",
|
"webc_runner_rt_dcgi",
|
||||||
@@ -135,7 +135,7 @@ wasmer-types = { version = "=6.0.0-beta.1", path = "../types", features = [
|
|||||||
"enable-serde",
|
"enable-serde",
|
||||||
"detect-wasm-features"
|
"detect-wasm-features"
|
||||||
] }
|
] }
|
||||||
virtual-fs = { version = "0.23.0", path = "../virtual-fs", default-features = false, features = [
|
virtual-fs = { version = "0.24.0", path = "../virtual-fs", default-features = false, features = [
|
||||||
"host-fs",
|
"host-fs",
|
||||||
] }
|
] }
|
||||||
virtual-net = { version = "0.15.0", path = "../virtual-net" }
|
virtual-net = { version = "0.15.0", path = "../virtual-net" }
|
||||||
@@ -144,7 +144,7 @@ virtual-mio = { version = "0.7.0", path = "../virtual-io" }
|
|||||||
# Wasmer-owned dependencies.
|
# Wasmer-owned dependencies.
|
||||||
|
|
||||||
webc = { workspace = true }
|
webc = { workspace = true }
|
||||||
wasmer-backend-api = { version = "=0.6.0", path = "../backend-api" }
|
wasmer-backend-api = { version = "=0.7.0", path = "../backend-api" }
|
||||||
|
|
||||||
# Used by the mount command
|
# Used by the mount command
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ serde = { version = "1.0.147", features = ["derive"] }
|
|||||||
dirs = "4.0"
|
dirs = "4.0"
|
||||||
serde_json = { version = "1.0" }
|
serde_json = { version = "1.0" }
|
||||||
target-lexicon = { version = "0.12", features = ["std"] }
|
target-lexicon = { version = "0.12", features = ["std"] }
|
||||||
wasmer-config = { version = "0.13.0", path = "../config" }
|
wasmer-config = { version = "0.14.0", path = "../config" }
|
||||||
indexmap = { workspace = true }
|
indexmap = { workspace = true }
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-config"
|
name = "wasmer-config"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
description = "Configuration types for Wasmer."
|
description = "Configuration types for Wasmer."
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-journal"
|
name = "wasmer-journal"
|
||||||
version = "0.20.0"
|
version = "0.21.0"
|
||||||
description = "Journaling functionality used by Wasmer to save and restore WASM state"
|
description = "Journaling functionality used by Wasmer to save and restore WASM state"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
@@ -15,13 +15,13 @@ log-file = ["shared-buffer"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { default-features = false, path = "../api", version = "=6.0.0-beta.1" }
|
wasmer = { default-features = false, path = "../api", version = "=6.0.0-beta.1" }
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.37.0", features = [
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.38.0", features = [
|
||||||
"enable-serde",
|
"enable-serde",
|
||||||
] }
|
] }
|
||||||
virtual-net = { path = "../virtual-net", version = "0.15.0", default-features = false, features = [
|
virtual-net = { path = "../virtual-net", version = "0.15.0", default-features = false, features = [
|
||||||
"rkyv",
|
"rkyv",
|
||||||
] }
|
] }
|
||||||
virtual-fs = { path = "../virtual-fs", version = "0.23.0", default-features = false }
|
virtual-fs = { path = "../virtual-fs", version = "0.24.0", default-features = false }
|
||||||
|
|
||||||
shared-buffer = { workspace = true, optional = true }
|
shared-buffer = { workspace = true, optional = true }
|
||||||
base64.workspace = true
|
base64.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-package"
|
name = "wasmer-package"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
description = "Packaging related types and functions for Wasmer"
|
description = "Packaging related types and functions for Wasmer"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
@@ -14,7 +14,7 @@ rust-version.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
webc.workspace = true
|
webc.workspace = true
|
||||||
wasmer-config = { version = "0.13.0", path = "../config" }
|
wasmer-config = { version = "0.14.0", path = "../config" }
|
||||||
wasmer-types = { path = "../types", features = ["detect-wasm-features"] }
|
wasmer-types = { path = "../types", features = ["detect-wasm-features"] }
|
||||||
toml = { workspace = true }
|
toml = { workspace = true }
|
||||||
bytes = "1.8.0"
|
bytes = "1.8.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-swift"
|
name = "wasmer-swift"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Experimental wasmer bindings for swift"
|
description = "Experimental wasmer bindings for swift"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -15,14 +15,14 @@ name = "wasmer_swift"
|
|||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
tokio = { version = "1.28.1", features = [ "rt" ], default-features = false }
|
tokio = { version = "1.28.1", features = [ "rt" ], default-features = false }
|
||||||
uniffi = "0.27"
|
uniffi = "0.27"
|
||||||
virtual-fs = { path = "../virtual-fs", version = "=0.23.0", default-features = false, features = [
|
virtual-fs = { path = "../virtual-fs", version = "=0.24.0", default-features = false, features = [
|
||||||
"webc-fs",
|
"webc-fs",
|
||||||
] }
|
] }
|
||||||
wasmer = { version = "=6.0.0-beta.1", path = "../api", default-features = false, features = [
|
wasmer = { version = "=6.0.0-beta.1", path = "../api", default-features = false, features = [
|
||||||
"wamr",
|
"wamr",
|
||||||
"std",
|
"std",
|
||||||
] }
|
] }
|
||||||
wasmer-wasix = { version = "=0.37.0", path = "../wasix" }
|
wasmer-wasix = { version = "=0.38.0", path = "../wasix" }
|
||||||
webc.workspace = true
|
webc.workspace = true
|
||||||
wasmer-package.workspace = true
|
wasmer-package.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-sys-utils"
|
name = "wasmer-sys-utils"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
description = "Wasmer utilities for a sys environment."
|
description = "Wasmer utilities for a sys environment."
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly"]
|
keywords = ["wasm", "webassembly"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "virtual-fs"
|
name = "virtual-fs"
|
||||||
version = "0.23.0"
|
version = "0.24.0"
|
||||||
description = "Wasmer Virtual FileSystem"
|
description = "Wasmer Virtual FileSystem"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -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.37.0"
|
version = "0.38.0"
|
||||||
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.37.0"
|
version = "0.38.0"
|
||||||
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.37.0"
|
version = "0.38.0"
|
||||||
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"]
|
||||||
@@ -14,7 +14,7 @@ rust-version.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-package.workspace = true
|
wasmer-package.workspace = true
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.37.0", features = [
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.38.0", features = [
|
||||||
"enable-serde",
|
"enable-serde",
|
||||||
] }
|
] }
|
||||||
wasmer-types = { path = "../types", version = "=6.0.0-beta.1", default-features = false }
|
wasmer-types = { path = "../types", version = "=6.0.0-beta.1", default-features = false }
|
||||||
@@ -23,14 +23,14 @@ wasmer = { path = "../api", version = "=6.0.0-beta.1", default-features = false,
|
|||||||
"js-serializable-module",
|
"js-serializable-module",
|
||||||
] }
|
] }
|
||||||
virtual-mio = { path = "../virtual-io", version = "0.7.0", default-features = false }
|
virtual-mio = { path = "../virtual-io", version = "0.7.0", default-features = false }
|
||||||
virtual-fs = { path = "../virtual-fs", version = "0.23.0", default-features = false, features = [
|
virtual-fs = { path = "../virtual-fs", version = "0.24.0", default-features = false, features = [
|
||||||
"webc-fs",
|
"webc-fs",
|
||||||
] }
|
] }
|
||||||
virtual-net = { path = "../virtual-net", version = "0.15.0", default-features = false, features = [
|
virtual-net = { path = "../virtual-net", version = "0.15.0", default-features = false, features = [
|
||||||
"rkyv",
|
"rkyv",
|
||||||
] }
|
] }
|
||||||
wasmer-journal = { path = "../journal", version = "0.20.0", default-features = false }
|
wasmer-journal = { path = "../journal", version = "0.21.0", default-features = false }
|
||||||
wasmer-config = { version = "0.13.0", path = "../config" }
|
wasmer-config = { version = "0.14.0", path = "../config" }
|
||||||
|
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
dashmap.workspace = true
|
dashmap.workspace = true
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../../../lib/types", version = "=6.0.0-beta.1" }
|
wasmer-types = { path = "../../../lib/types", version = "=6.0.0-beta.1" }
|
||||||
wasmer-wasix = { path = "../../../lib/wasix", version = "=0.37.0" }
|
wasmer-wasix = { path = "../../../lib/wasix", version = "=0.38.0" }
|
||||||
wasmer = { path = "../../../lib/api", version = "=6.0.0-beta.1", default-features = false }
|
wasmer = { path = "../../../lib/api", version = "=6.0.0-beta.1", default-features = false }
|
||||||
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.23.0" }
|
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.24.0" }
|
||||||
|
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
wast = "221.0.2"
|
wast = "221.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user