Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the crypto group across 1 directory with 5 updates #324

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the crypto group with 5 updates in the / directory:

Package From To
picky 7.0.0-rc.9 7.0.0-rc.10
picky-asn1-x509 0.13.0 0.14.0
picky-krb 0.9.0 0.9.1
rustls 0.23.17 0.23.18
rustls-native-certs 0.8.0 0.8.1

Updates picky from 7.0.0-rc.9 to 7.0.0-rc.10

Commits
  • f010557 chore: prepare releases (#323)
  • 1534098 feat(picly-asn1-x509): implement EnvelopedData and related structures (#322)
  • fa8a815 fix(picky-asn1-x509): improve algorithm identifier parsing (#320)
  • 0dfe67e feat(picky-asn1-x509): add protection descriptors OIDs (#321)
  • 7d0f9e0 fix(ffi): remove Pkcs12Mac iterations from FFI interface (#319)
  • 8254aff chore: bump nuget package version to 2024.10.30 (#318)
  • ca9d764 fix(pkcs12): Added API to query and set MAC algorithm for PFX (#317)
  • 7980381 ci: update macos-12 runners to macos-14 (#316)
  • 959e9b5 build(deps): bump tempfile from 3.12.0 to 3.13.0 (#315)
  • 4779122 build(deps): bump thiserror in the patch group across 1 directory (#313)
  • Additional commits viewable in compare view

Updates picky-asn1-x509 from 0.13.0 to 0.14.0

Commits
  • f010557 chore: prepare releases (#323)
  • 1534098 feat(picly-asn1-x509): implement EnvelopedData and related structures (#322)
  • fa8a815 fix(picky-asn1-x509): improve algorithm identifier parsing (#320)
  • 0dfe67e feat(picky-asn1-x509): add protection descriptors OIDs (#321)
  • 7d0f9e0 fix(ffi): remove Pkcs12Mac iterations from FFI interface (#319)
  • 8254aff chore: bump nuget package version to 2024.10.30 (#318)
  • ca9d764 fix(pkcs12): Added API to query and set MAC algorithm for PFX (#317)
  • 7980381 ci: update macos-12 runners to macos-14 (#316)
  • 959e9b5 build(deps): bump tempfile from 3.12.0 to 3.13.0 (#315)
  • 4779122 build(deps): bump thiserror in the patch group across 1 directory (#313)
  • Additional commits viewable in compare view

Updates picky-krb from 0.9.0 to 0.9.1

Commits
  • f010557 chore: prepare releases (#323)
  • 1534098 feat(picly-asn1-x509): implement EnvelopedData and related structures (#322)
  • fa8a815 fix(picky-asn1-x509): improve algorithm identifier parsing (#320)
  • 0dfe67e feat(picky-asn1-x509): add protection descriptors OIDs (#321)
  • 7d0f9e0 fix(ffi): remove Pkcs12Mac iterations from FFI interface (#319)
  • 8254aff chore: bump nuget package version to 2024.10.30 (#318)
  • ca9d764 fix(pkcs12): Added API to query and set MAC algorithm for PFX (#317)
  • 7980381 ci: update macos-12 runners to macos-14 (#316)
  • 959e9b5 build(deps): bump tempfile from 3.12.0 to 3.13.0 (#315)
  • 4779122 build(deps): bump thiserror in the patch group across 1 directory (#313)
  • Additional commits viewable in compare view

Updates rustls from 0.23.17 to 0.23.18

Commits
  • 33af2c3 Prepare 0.23.18
  • ffe646d Add reproducer for bug 2227
  • 69b6f74 Record and restore the processed cursor in first_handshake_message
  • 4ef3532 Upgrade to mio 1
  • 092a164 Manage dependencies via the workspace
  • a01bd6b rustls-bench: fix warnings with no features
  • 7d74de2 tests: linearize new test code helper
  • 499d797 fix: do not send session_ticket(35) extension for TLS 1.3
  • faca289 chore(deps): lock file maintenance
  • d12f423 fix(deps): update rust crate asn1 to 0.20
  • Additional commits viewable in compare view

Updates rustls-native-certs from 0.8.0 to 0.8.1

Release notes

Sourced from rustls-native-certs's releases.

0.8.1

We are bumping the MSRV to 1.71 across the rustls project to accomodate newer Rust features and dependencies.

What's Changed

Commits
  • 7331138 build(deps): bump schannel in the crates-io group across 1 directory
  • 7afbcda Bump version to 0.8.1
  • 72217dc Upgrade to security-framework 3
  • 6b453de Update semver-compatible dependencies
  • c7a3395 Remove old release history from README
  • 13df7ca Bump MSRV to 1.71
  • 3147a4f build(deps): bump rustls from 0.23.15 to 0.23.16 in the crates-io group
  • c407a37 build(deps): bump rustls from 0.23.14 to 0.23.15 in the crates-io group
  • 79dc22e Use PEM decoding from rustls-pki-types directly
  • c44c331 Tweak Display impl for Error
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the crypto group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [picky](https://github.com/Devolutions/picky-rs) | `7.0.0-rc.9` | `7.0.0-rc.10` |
| [picky-asn1-x509](https://github.com/Devolutions/picky-rs) | `0.13.0` | `0.14.0` |
| [picky-krb](https://github.com/Devolutions/picky-rs) | `0.9.0` | `0.9.1` |
| [rustls](https://github.com/rustls/rustls) | `0.23.17` | `0.23.18` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.8.0` | `0.8.1` |



Updates `picky` from 7.0.0-rc.9 to 7.0.0-rc.10
- [Changelog](https://github.com/Devolutions/picky-rs/blob/master/release.toml)
- [Commits](Devolutions/picky-rs@picky-7.0.0-rc.9...picky-7.0.0-rc.10)

Updates `picky-asn1-x509` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/Devolutions/picky-rs/blob/master/release.toml)
- [Commits](Devolutions/picky-rs@picky-asn1-x509-0.13.0...picky-asn1-x509-0.14.0)

Updates `picky-krb` from 0.9.0 to 0.9.1
- [Changelog](https://github.com/Devolutions/picky-rs/blob/master/release.toml)
- [Commits](Devolutions/picky-rs@picky-krb-0.9.0...picky-krb-0.9.1)

Updates `rustls` from 0.23.17 to 0.23.18
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.17...v/0.23.18)

Updates `rustls-native-certs` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.0...v/0.8.1)

---
updated-dependencies:
- dependency-name: picky
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crypto
- dependency-name: picky-asn1-x509
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
- dependency-name: picky-krb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crypto
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crypto
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crypto
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@CBenoit CBenoit merged commit 5dfc83b into master Nov 25, 2024
42 checks passed
@CBenoit CBenoit deleted the dependabot/cargo/crypto-5e715779c6 branch November 25, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant