From 6e92b118f25cf4a005cb5341e201020fbcab509b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:46:19 +0000 Subject: [PATCH] chore(deps): update dependency cargo-component to 0.15.0 (#290) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cargo-component](https://togithub.com/bytecodealliance/cargo-component) | minor | `0.14.0` -> `0.15.0` | --- ### Release Notes
bytecodealliance/cargo-component (cargo-component) ### [`v0.15.0`](https://togithub.com/bytecodealliance/cargo-component/releases/tag/v0.15.0) [Compare Source](https://togithub.com/bytecodealliance/cargo-component/compare/v0.14.0...v0.15.0) #### What's Changed - set dev version to 0.15.0-dev by [@​calvinrp](https://togithub.com/calvinrp) in [https://github.com/bytecodealliance/cargo-component/pull/320](https://togithub.com/bytecodealliance/cargo-component/pull/320) - Pull adapters from crates.io instead of vendoring by [@​alexcrichton](https://togithub.com/alexcrichton) in [https://github.com/bytecodealliance/cargo-component/pull/323](https://togithub.com/bytecodealliance/cargo-component/pull/323) - Stop generating the bindings file for projects without wit files and dependencies by [@​iawia002](https://togithub.com/iawia002) in [https://github.com/bytecodealliance/cargo-component/pull/318](https://togithub.com/bytecodealliance/cargo-component/pull/318) **Full Changelog**: https://github.com/bytecodealliance/cargo-component/compare/v0.14.0...v0.15.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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm). --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 7699704f..10bf42ea 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ set windows-shell := ["pwsh.exe", "-c"] # renovate: datasource=crate depName=cargo-nextest packageName=cargo-nextest NEXTEST_VERSION := "0.9.72" # renovate: datasource=crate depName=cargo-component packageName=cargo-component -CARGO_COMPONENT_VERSION := "0.14.0" +CARGO_COMPONENT_VERSION := "0.15.0" # renovate: datasource=crate depName=sd packageName=sd SD_VERSION := "1.0.0"