Skip to content

Commit

Permalink
Merge #134
Browse files Browse the repository at this point in the history
134: fix(deps): update rust crate semver to 1.0.10 r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [semver](https://github.com/dtolnay/semver) | dependencies | patch | `1.0.9` -> `1.0.10` |

---

### Release Notes

<details>
<summary>dtolnay/semver</summary>

### [`v1.0.10`](https://github.com/dtolnay/semver/releases/tag/1.0.10)

[Compare Source](https://github.com/dtolnay/semver/compare/1.0.9...1.0.10)

-   Work around rustdoc issue affecting the `Prerelease` and `BuildMetadata` docs ([#&#8203;281](https://github.com/dtolnay/semver/issues/281))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/jaysonsantos/aur-pkgbuild-updater).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jun 10, 2022
2 parents 248d965 + d2fbae2 commit b789cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ lazy_static = "1.4.0"
lenient_semver = "0.4.2"
reqwest = { version = "0.11.10", features = ["json", "stream"] }
scraper = "0.13.0"
semver = { version = "1.0.9", features = ["serde"] }
semver = { version = "1.0.10", features = ["serde"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
sha2 = "0.10.2"
Expand Down

0 comments on commit b789cc3

Please sign in to comment.