From 769a1e86fc39a26e57f88a899934ce27d593b425 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:19:56 +0000 Subject: [PATCH] chore(deps): update rust crate wit-bindgen-rt to 0.32.0 (#387) 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-rt](https://redirect.github.com/bytecodealliance/wit-bindgen) ([source](https://redirect.github.com/bytecodealliance/wasi-rs)) | workspace.dependencies | minor | `0.31.0` -> `0.32.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 this update 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 | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb759c57..dd7fd112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,7 +1994,7 @@ dependencies = [ "uuid", "wasmtime", "wasmtime-wasi", - "wit-bindgen-rt", + "wit-bindgen-rt 0.32.0", ] [[package]] @@ -2012,7 +2012,7 @@ name = "pulumi_wasm_cloudflare_provider" version = "5.24.1-0.0.0-DEV" dependencies = [ "pulumi_wasm_common", - "wit-bindgen-rt", + "wit-bindgen-rt 0.32.0", ] [[package]] @@ -2053,7 +2053,7 @@ name = "pulumi_wasm_docker_provider" version = "4.5.3-0.0.0-DEV" dependencies = [ "pulumi_wasm_common", - "wit-bindgen-rt", + "wit-bindgen-rt 0.32.0", ] [[package]] @@ -2156,7 +2156,7 @@ name = "pulumi_wasm_random_provider" version = "4.15.0-0.0.0-DEV" dependencies = [ "pulumi_wasm_common", - "wit-bindgen-rt", + "wit-bindgen-rt 0.32.0", ] [[package]] @@ -4166,7 +4166,7 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88145227b8174b979eb2795ae1ea222ba7dad24a2bdfbed2ff9dc958119e9547" dependencies = [ - "wit-bindgen-rt", + "wit-bindgen-rt 0.31.0", "wit-bindgen-rust-macro", ] @@ -4190,6 +4190,12 @@ dependencies = [ "bitflags", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ca6f307148acf7199e492fd3781cc7b79f8f3eda003c0ac3aa8079449601ccb" + [[package]] name = "wit-bindgen-rust" version = "0.31.0" diff --git a/Cargo.toml b/Cargo.toml index d3282a56..25b9a04d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ futures = "0.3.30" once_cell = "1.19.0" bitflags = "2.5.0" wit-bindgen = "0.31.0" -wit-bindgen-rt = "0.31.0" +wit-bindgen-rt = "0.32.0" serde = { version = "1.0.200", features = ["derive"] } serde_json = { version = "1.0.120" } tonic = { version = "0.12.0", default-features = false }