diff --git a/Cargo.lock b/Cargo.lock index bd11fa8..190a50e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2172,8 +2172,9 @@ dependencies = [ [[package]] name = "wizer" -version = "2.0.0" -source = "git+https://github.com/bytecodealliance/wizer.git?rev=refs/pull/89/head#ad37fb2584eb01e0b72bd04809d39b8bc8335a53" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbf85c6302a99e5c9d15655abd804c0e204a278fdb62c1e53a37ba4f3550b8b" dependencies = [ "anyhow", "cap-std 0.24.4", diff --git a/crates/wasi-vfs-cli/Cargo.toml b/crates/wasi-vfs-cli/Cargo.toml index abc0103..9c3e25b 100644 --- a/crates/wasi-vfs-cli/Cargo.toml +++ b/crates/wasi-vfs-cli/Cargo.toml @@ -10,4 +10,4 @@ name = "wasi-vfs" anyhow = "1.0.40" structopt = "0.3.21" wasmparser = "0.106.0" -wizer = { git = "https://github.com/bytecodealliance/wizer.git", rev = "refs/pull/89/head" } +wizer = "3.0.0"