Skip to content

Commit

Permalink
Update Rust crate allsorts to 0.14.1 (#12)
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 |
|---|---|---|---|
| [allsorts](https://github.com/yeslogic/allsorts) | workspace.dependencies | patch | `0.14.0` -> `0.14.1` |

---

### Release Notes

<details>
<summary>yeslogic/allsorts (allsorts)</summary>

### [`v0.14.1`](https://github.com/yeslogic/allsorts/blob/HEAD/CHANGELOG.md#0141---2023-08-15)

[Compare Source](https://github.com/yeslogic/allsorts/compare/v0.14.0...v0.14.1)

##### Added

-   Provide access to value held by `cff::Real`.
    [#&#8203;93](https://github.com/yeslogic/allsorts/issues/93)

##### Fixed

-   Bump ouroboros dependency.
    <https://rustsec.org/advisories/RUSTSEC-2023-0042.html>

</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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent 35bca71 commit dd9201b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ chromiumoxide = { version = "0.5.0", features = [
tungstenite = "0.18.0"

# flate2_zlib requires zlib, use flate2_rust
allsorts = { version = "0.14.0", default_features = false, features = [
allsorts = { version = "0.14.1", default_features = false, features = [
"outline",
"flate2_rust",
] }
Expand Down

0 comments on commit dd9201b

Please sign in to comment.