Skip to content

Commit

Permalink
Merge pull request #3778 from wasmerio/webc-v5.0.0
Browse files Browse the repository at this point in the history
Upgrade to webc v5.0.0
  • Loading branch information
syrusakbary authored Apr 18, 2023
2 parents 92aee0f + aa5709a commit 00d209a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wasmer-emscripten = { version = "=3.2.0-beta.2", path = "../emscripten", optiona
wasmer-middlewares = { version = "=3.2.0-beta.2", path = "../middlewares", optional = true }
wasmer-types = { version = "=3.2.0-beta.2", path = "../types" }
wasmer-wasix = { version = "0.2.0", path = "../wasi", features = ["host-fs", "host-vnet"], optional = true }
webc = { version = "5.0.0-rc.7", optional = true }
webc = { version = "5.0", optional = true }
virtual-fs = { version = "0.1.1", path = "../vfs", optional = true, default-features = false, features = ["static-fs"] }
enumset = "1.0.2"
cfg-if = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ regex = "1.6.0"
toml = "0.5.9"
url = "2.3.1"
libc = { version = "^0.2", default-features = false }
webc = { version = "5.0.0-rc.7" }
webc = { version = "5.0" }
isatty = "0.1.9"
dialoguer = "0.10.2"
tldextract = "0.6.0"
Expand All @@ -82,7 +82,7 @@ wasm-coredump-builder = { version = "0.1.11" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = [ "env-filter", "fmt" ] }
clap-verbosity-flag = "1"
wapm-targz-to-pirita = "0.2.0"
wapm-targz-to-pirita = "0.2.1"

[target.'cfg(not(target_arch = "riscv64"))'.dependencies]
http_req = { version="^0.8", default-features = false, features = ["rust-tls"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tar = "0.4.38"
flate2 = "1.0.24"
semver = "1.0.14"
lzma-rs = "0.2.0"
webc = { version = "5.0.0-rc.7", features = ["mmap"] }
webc = { version = "5.0", features = ["mmap"] }
hex = "0.4.3"
tokio = "1.24.0"
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion lib/vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libc = { version = "^0.2", default-features = false, optional = true }
thiserror = "1"
tracing = { version = "0.1" }
typetag = { version = "0.1", optional = true }
webc = { version = "5.0.0-rc.7", optional = true }
webc = { version = "5.0", optional = true }
slab = { version = "0.4" }
derivative = "2.2.0"
anyhow = { version = "1.0.66", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/vfs/src/webc_volume_fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{
use tokio::io::{AsyncRead, AsyncSeek, AsyncWrite};
use webc::{
compat::{Container, SharedBytes, Volume},
v2::{PathSegmentError, PathSegments, ToPathSegments},
PathSegmentError, PathSegments, ToPathSegments,
};

use crate::{
Expand Down
2 changes: 1 addition & 1 deletion lib/wasi-web/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bincode = { version = "1.3" }
chrono = { version = "^0.4", default-features = false, features = [ "wasmbind", "std", "clock" ], optional = true }
derivative = { version = "^2" }
bytes = "1"
webc = { version = "5.0.0-rc.7", default-features = false }
webc = { version = "5.0", default-features = false }
serde_cbor = { version = "0.11.2", optional = true }
anyhow = { version = "1.0.66" }
lazy_static = "1.4"
Expand Down

0 comments on commit 00d209a

Please sign in to comment.