Skip to content

Commit

Permalink
chore(deps): update dependency cargo-component to 0.15.0 (#290)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>bytecodealliance/cargo-component (cargo-component)</summary>

### [`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 [@&#8203;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 [@&#8203;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 [@&#8203;iawia002](https://togithub.com/iawia002) in [https://github.com/bytecodealliance/cargo-component/pull/318](https://togithub.com/bytecodealliance/cargo-component/pull/318)

**Full Changelog**: bytecodealliance/cargo-component@v0.14.0...v0.15.0

</details>

---

### 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).
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 148f185 commit 6e92b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6e92b11

Please sign in to comment.