Skip to content

Commit dd9201b

Browse files
Update Rust crate allsorts to 0.14.1 (#12)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [allsorts](https://togithub.com/yeslogic/allsorts) | workspace.dependencies | patch | `0.14.0` -> `0.14.1` | --- ### Release Notes <details> <summary>yeslogic/allsorts (allsorts)</summary> ### [`v0.14.1`](https://togithub.com/yeslogic/allsorts/blob/HEAD/CHANGELOG.md#0141---2023-08-15) [Compare Source](https://togithub.com/yeslogic/allsorts/compare/v0.14.0...v0.14.1) ##### Added - Provide access to value held by `cff::Real`. [#&#8203;93](https://togithub.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).
1 parent 35bca71 commit dd9201b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Cargo.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ chromiumoxide = { version = "0.5.0", features = [
6868
tungstenite = "0.18.0"
6969

7070
# flate2_zlib requires zlib, use flate2_rust
71-
allsorts = { version = "0.14.0", default_features = false, features = [
71+
allsorts = { version = "0.14.1", default_features = false, features = [
7272
"outline",
7373
"flate2_rust",
7474
] }

0 commit comments

Comments
 (0)