Skip to content

Commit

Permalink
Auto merge of #14478 - rust-lang:renovate/pasetors-0.x, r=ehuss
Browse files Browse the repository at this point in the history
chore(deps): update rust crate pasetors to 0.7.0

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pasetors](https://github.com/brycx/pasetors) | workspace.dependencies | minor | `0.6.8` -> `0.7.0` |

---

### Release Notes

<details>
<summary>brycx/pasetors (pasetors)</summary>

### [`v0.7.0`](https://github.com/brycx/pasetors/blob/HEAD/CHANGELOG.md#070)

[Compare Source](https://github.com/brycx/pasetors/compare/0.6.8...0.7.0)

**Date:** August 28, 2024.

-   Bump MSRV to `1.80`.
-   Updated test vectors for `v3.public`.
-   (*BREAKING*) Improved error-handling during claims validation. Added `Error::ClaimValidation(ClaimValidationError)`, where `ClaimValidationError` now further specifies the validation error ([#&#8203;131](https://github.com/brycx/pasetors/pull/131), credits: [`@&#8203;jpramosi](https://github.com/jpramosi)).`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-lang/cargo).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
  • Loading branch information
bors committed Sep 1, 2024
2 parents c1fa840 + 9fcfff4 commit cf88141
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 @@ -69,7 +69,7 @@ opener = "0.7.1"
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
os_info = { version = "3.8.2", default-features = false }
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
pasetors = { version = "0.7.0", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2.1"
percent-encoding = "2.3.1"
pkg-config = "0.3.30"
Expand Down

0 comments on commit cf88141

Please sign in to comment.