Bump the cargo group across 1 directory with 2 updates - #479
Merged
Conversation
Updates the direct dependencies: - thiserror 2.0.18 -> 2.0.19 - x509-cert 0.2.5 -> 0.3.0 - der 0.7.10 -> 0.8.1 - rand 0.10.1 -> 0.10.2 - security-framework-sys 2.15.0 -> 2.17.0 - serial_test 3.4.0 -> 3.5.0 x509-cert 0.3 made the `CertificateInner` fields private, so `CertificateExt` now goes through the `tbs_certificate()`, `issuer()`, `serial_number()` and `subject()` accessors. It also moved to der 0.8, which meant native-pkcs11-core no longer picked up `der/alloc` through feature unification with x509-cert 0.2. Bumping native-pkcs11-core to der 0.8 puts it back on the same version as the rest of the graph, restoring `OctetString` and `Encode::to_der`. Also drops a needless `return` flagged by clippy in the keychain backend.
brandonweeks
force-pushed
the
dependabot/cargo/cargo-762cc42668
branch
from
July 25, 2026 18:25
69c70f0 to
0780aef
Compare
brandonweeks
enabled auto-merge (squash)
July 25, 2026 18:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 2 updates in the / directory: thiserror and x509-cert.
Updates
thiserrorfrom 2.0.18 to 2.0.19Release notes
Sourced from thiserror's releases.
Commits
e13a785Release 2.0.190a0e76cUpdate to syn 3ec42ea7Update actions/upload-artifact@v6 -> v74178c4aUpdate actions/checkout@v6 -> v77214e0eIgnore items_after_statements pedantic clippy lint in testfebcc03Merge pull request #451 from vip892766gma/maint/20260521171412c50e387chore: improve thiserror maintenance pathd4a2507Raise minimum tested compiler to rust 1.8599e8a6cUnpin CI miri toolchain9ac165cPin CI miri to nightly-2026-02-11Updates
x509-certfrom 0.2.5 to 0.3.0Commits
c478c6bx509-cert v0.3.0 (#2375)905717fder v0.8.1 (#2377)2556627der: cap maximum number of nested messages at 64 (#2379)b45caa8der: haveSliceReaderusereader::position::Position(#2378)42b4325x509-cert: re-enable minimal-versions checks (#2374)233eb65chore(deps): bump the all-deps group across 1 directory with 8 updates (#2373)f9e2ab5chore(deps): bump crate-ci/typos from 1.47.2 to 1.48.0 (#2372)4bfdd7cchore(deps): bumpp256from0.14.0-rc.15to0.14(#2371)235839ftls_codec: 0.4.3 prep (#2365)de2aa55der: simplify SetOfVec sorting test (#2367)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions