Skip to content

Commit 943099a

Browse files
Update Rust crate semver to 1.0.19 (#40)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [semver](https://togithub.com/dtolnay/semver) | workspace.dependencies | patch | `1.0.16` -> `1.0.19` | --- ### Release Notes <details> <summary>dtolnay/semver (semver)</summary> ### [`v1.0.19`](https://togithub.com/dtolnay/semver/releases/tag/1.0.19) [Compare Source](https://togithub.com/dtolnay/semver/compare/1.0.18...1.0.19) - Improve test coverage ([#&#8203;299](https://togithub.com/dtolnay/semver/issues/299), thanks [@&#8203;CXWorks](https://togithub.com/CXWorks)) ### [`v1.0.18`](https://togithub.com/dtolnay/semver/releases/tag/1.0.18) [Compare Source](https://togithub.com/dtolnay/semver/compare/1.0.17...1.0.18) - Documentation improvements ### [`v1.0.17`](https://togithub.com/dtolnay/semver/releases/tag/1.0.17) [Compare Source](https://togithub.com/dtolnay/semver/compare/1.0.16...1.0.17) - Improve error message when `Version` is being parsed from an empty string ([#&#8203;296](https://togithub.com/dtolnay/semver/issues/296)) </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 c35abae commit 943099a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ rand = "0.8.5"
118118
regex = "1.7.0"
119119
rstest = "0.16.0"
120120
rustc-hash = "1.1.0"
121-
semver = "1.0.16"
121+
semver = "1.0.19"
122122
serde = { version = "1.0.152", features = ["derive"] }
123123
serde_json = "1.0.93"
124124
serde_qs = "0.11.0"

0 commit comments

Comments
 (0)