From 82fc0a3be2f3101589c950ddd1d959a8a352517b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:28:41 +0000 Subject: [PATCH] chore(deps): update wit-bindgen to 0.36.0 (#513) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wit-bindgen](https://redirect.github.com/bytecodealliance/wit-bindgen) ([source](https://redirect.github.com/bytecodealliance/wasi-rs)) | workspace.dependencies | minor | `0.35.0` -> `0.36.0` | | [wit-bindgen-rt](https://redirect.github.com/bytecodealliance/wit-bindgen) ([source](https://redirect.github.com/bytecodealliance/wasi-rs)) | workspace.dependencies | minor | `0.35.0` -> `0.36.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm). --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3cbfe955..f017a0adc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4245,9 +4245,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c966692b6d8c4bb3c1aee3313e0930f44457a5763cfffb666f814506124e4691" +checksum = "6a2b3e15cd6068f233926e7d8c7c588b2ec4fb7cc7bf3824115e7c7e2a8485a3" dependencies = [ "wit-bindgen-rt", "wit-bindgen-rust-macro", @@ -4255,9 +4255,9 @@ dependencies = [ [[package]] name = "wit-bindgen-core" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19857cff2a480fece56ea43f9199322ee5014688a3539ebf8d29ae62d75a3a1f" +checksum = "b632a5a0fa2409489bd49c9e6d99fcc61bb3d4ce9d1907d44662e75a28c71172" dependencies = [ "anyhow", "heck", @@ -4266,18 +4266,18 @@ dependencies = [ [[package]] name = "wit-bindgen-rt" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "605d5562e971a823cf5a550a9d69cb7144e9b4969a810043127175517a4e1865" +checksum = "7947d0131c7c9da3f01dfde0ab8bd4c4cf3c5bd49b6dba0ae640f1fa752572ea" dependencies = [ "bitflags", ] [[package]] name = "wit-bindgen-rust" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d894e599c161d71acb6a78e8ec8a609a09c2bb227de50829f5afbd03b844a69" +checksum = "4329de4186ee30e2ef30a0533f9b3c123c019a237a7c82d692807bf1b3ee2697" dependencies = [ "anyhow", "heck", @@ -4291,9 +4291,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a723cf943bba3bf34f437eb101e5a78180971e25dfb0085d80dbe4e73afb2854" +checksum = "177fb7ee1484d113b4792cc480b1ba57664bbc951b42a4beebe573502135b1fc" dependencies = [ "anyhow", "prettyplease", diff --git a/Cargo.toml b/Cargo.toml index 21b3ed004..efede6a5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,8 +58,8 @@ uuid = { version = "1.8.0", features = ["v4", "v7"] } futures = "0.3.30" once_cell = "1.19.0" bitflags = "2.5.0" -wit-bindgen = "0.35.0" -wit-bindgen-rt = "0.35.0" +wit-bindgen = "0.36.0" +wit-bindgen-rt = "0.36.0" serde = { version = "1.0.200", features = ["derive"] } serde_json = { version = "1.0.120" } tonic = { version = "0.12.0", default-features = false }