diff --git a/Cargo.lock b/Cargo.lock index 464607e7..572b7402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3430,7 +3430,7 @@ version = "0.0.0" dependencies = [ "codegen-macro", "wit-bindgen-core 0.36.0", - "wit-parser 0.220.1", + "wit-parser 0.244.0", ] [[package]] @@ -5633,7 +5633,7 @@ dependencies = [ name = "wrpc-introspect" version = "0.7.0" dependencies = [ - "wit-parser 0.220.1", + "wit-parser 0.244.0", ] [[package]] @@ -5661,7 +5661,7 @@ dependencies = [ "wasm-tokio", "wasmtime", "wasmtime-wasi", - "wit-parser 0.220.1", + "wit-parser 0.244.0", "wrpc-introspect", "wrpc-transport", ] diff --git a/Cargo.toml b/Cargo.toml index b2ae54b1..7915663c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ wit-bindgen-wrpc-go = { version = "0.12", default-features = false, path = "./cr wit-bindgen-wrpc-rust = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust" } wit-bindgen-wrpc-rust-macro = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust-macro" } wit-component = { version = "0.239", default-features = false } -wit-parser = { version = "0.220", default-features = false } +wit-parser = { version = "0.244", default-features = false } wrpc-cli = { version = "0.7", path = "./crates/cli", default-features = false } wrpc-introspect = { version = "0.7", default-features = false, path = "./crates/introspect" } wrpc-runtime-wasmtime = { version = "0.31", path = "./crates/runtime-wasmtime", default-features = false }