Skip to content

Commit cf88141

Browse files
committed
Auto merge of #14478 - rust-lang:renovate/pasetors-0.x, r=ehuss
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-->
2 parents c1fa840 + 9fcfff4 commit cf88141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -69,7 +69,7 @@ opener = "0.7.1"
6969
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7070
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7171
os_info = { version = "3.8.2", default-features = false }
72-
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
72+
pasetors = { version = "0.7.0", features = ["v3", "paserk", "std", "serde"] }
7373
pathdiff = "0.2.1"
7474
percent-encoding = "2.3.1"
7575
pkg-config = "0.3.30"

0 commit comments

Comments
 (0)