Skip to content

Commit

Permalink
chore(deps): update rust crate built to 0.7.0 (#174)
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 | Type | Update | Change |
|---|---|---|---|
| [built](https://togithub.com/lukaslueg/built) | build-dependencies |
minor | `0.6.0` -> `0.7.0` |

---

### Release Notes

<details>
<summary>lukaslueg/built (built)</summary>

###
[`v0.7.1`](https://togithub.com/lukaslueg/built/blob/HEAD/CHANGELOG.md#071---2023-10-14)

[Compare
Source](https://togithub.com/lukaslueg/built/compare/0.7.0...0.7.1)

##### Changed

-   Fixed `no_std` builds

###
[`v0.7.0`](https://togithub.com/lukaslueg/built/blob/HEAD/CHANGELOG.md#070---2023-08-09)

[Compare
Source](https://togithub.com/lukaslueg/built/compare/0.6.1...0.7.0)

##### Changed

- The `Options`-type has been removed in favor of controlling `built`'s
behavior by means of feature-flags.
-   `cargo-lock` is now an optional dependency
-   Bump `git2` to 0.18

###
[`v0.6.1`](https://togithub.com/lukaslueg/built/blob/HEAD/CHANGELOG.md#061---2023-06-19)

[Compare
Source](https://togithub.com/lukaslueg/built/compare/0.6.0...0.6.1)

##### Changed

-   Bump `git2` to 0.17
-   Bump `cargo-lock` to 9.0

##### Added

-   `FEATURES_LOWERCASE` and `FEATURES_LOWERCASE_STR`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fluencelabs/spell).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent c7f2f59 commit fe78291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions src/spell/modules/spell/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell-distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build = "build.rs"
maplit = "1.0.2"

[build-dependencies]
built = "0.6.0"
built = "0.7.0"

0 comments on commit fe78291

Please sign in to comment.