Skip to content

chore(deps): update dependency apple/swift-crypto to "3.0.0"..<"3.15.1"#66

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/apple-swift-crypto-3.x
Open

chore(deps): update dependency apple/swift-crypto to "3.0.0"..<"3.15.1"#66
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/apple-swift-crypto-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 24, 2026

This PR contains the following updates:

Package Update Change
apple/swift-crypto minor "3.0.0"..<"5.0.0""3.0.0"..<"3.15.1"

Release Notes

apple/swift-crypto (apple/swift-crypto)

v3.15.1: Swift Crypto 3.15.1

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.15.0...3.16.0

v3.15.0: Swift Crypto 3.15.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.14.0...3.15.0

v3.14.0: Swift Crypto 3.14.0

Compare Source

What's Changed

SemVer Minor
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.13.3...3.14.0

v3.13.3: Swift Crypto 3.13.3

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.13.2...3.13.3

v3.13.2: Swift Crypto 3.13.2

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.13.1...3.13.2

v3.13.1: Swift Crypto 3.13.1

Compare Source

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-crypto@3.13.0...3.13.1

v3.13.0: Swift Crypto 3.13.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.12.3...3.13.0

v3.12.5: Swift Crypto 3.12.5

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.4...3.12.5

v3.12.4: Swift Crypto 3.12.4

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.3...3.12.4

v3.12.3

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.12.2...3.12.3

v3.12.2

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.1...3.12.2

v3.12.1: Swift Crypto 3.12.1

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.0...3.12.1

v3.12.0: Swift Crypto 3.12.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch

Full Changelog: apple/swift-crypto@3.11.2...3.12.0

v3.11.2

Compare Source

What's Changed

SemVer Patch
  • Replace platforms from Package manifest with availability guards by @​gjcairo in #​331
Other Changes

Full Changelog: apple/swift-crypto@3.11.1...3.11.2

v3.11.1: Swift Crypto 3.11.1

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.11.0...3.11.1

v3.11.0: Swift Crypto 3.11.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch

Full Changelog: apple/swift-crypto@3.10.2...3.11.0

v3.10.2: Swift Crypto 3.10.2

Compare Source

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-crypto@3.10.1...3.10.2

v3.10.1: Swift Crypto 3.10.1

Compare Source

What's Changed

SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.10.0...3.10.1

v3.10.0: Swift Crypto 3.10.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.9.1...3.10.0

v3.9.1: Swift Crypto 3.9.1

Compare Source

What's Changed

SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.9.0...3.9.1

v3.9.0: Swift Crypto 3.9.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.8.1...3.9.0

v3.8.1: Swift Crypto 3.8.1

Compare Source

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-crypto@3.8.0...3.8.1

v3.8.0: Swift Crypto 3.8.0

Compare Source

What's Changed

SemVer Minor
Other Changes

Full Changelog: apple/swift-crypto@3.7.1...3.8.0

v3.7.1: Swift Crypto 3.7.1

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.7.0...3.7.1

v3.7.0: Swift Crypto 3.7.0

Compare Source

SemVer Minor
  • Add support for AES CFB mode in _CryptoExtras (#​252)

v3.6.1: Swift Crypto 3.6.1

Compare Source

SemVer Patch

v3.6.0: Swift Crypto 3.6.0

Compare Source

SemVer Minor
  • extras: Provide initializers for RSA keys from RSA parameters (#​247)
SemVer Patch
  • Reduce the number of heap allocations when computing hash digests (#​238, patch credit to @​baarde)

v3.5.2: Swift Crypto 3.5.2

Compare Source

SemVer Patch
  • Revert to using @​_implementationOnly for all BoringSSL modules (#​246)

v3.5.1: Swift Crypto 3.5.1

Compare Source

SemVer Patch
  • build: Add missing prefix to BoringSSL delete_if stack symbols (#​245)

v3.5.0: Swift Crypto 3.5.0

Compare Source

SemVer Minor
  • extras: Add APIs for RSA Blind Signatures (#​232)
SemVer Patch
  • add support for riscv64 (#​240, patch credit to @​futurejones)
  • Move ArbitraryPrecisionInteger type to CryptoBoringWrapper module (#​236)
  • Change inclusiveMin param of ArbitraryPrecisionInteger.random from UInt64 to UInt (#​242)
Other Changes
  • Fix broken DataProtocol.hexString test utility (#​230)
  • update README recommended versions (#​233)

v3.4.0: Swift Crypto 3.4.0

Compare Source

SemVer Minor
SemVer Patch
  • Add empty privacy manifest files (#​226)
  • Use BoringSSL implementation for _CryptoExtras.AES._CTR (#​229)

v3.3.0: Swift Crypto 3.3.0

Compare Source

SemVer Minor
  • Add support for AES CTR mode in _CryptoExtras (#​220)
  • Raise minimum Swift version to 5.7 (#​221)
SemVer Patch
Other Changes

v3.2.0: Swift Crypto 3.2.0

Compare Source

SemVer Minor
SemVer Patch
Other Changes
  • Add cxx interop build pipeline (#​212)
  • Update availability annotations in tests (#​213)

v3.1.0: Swift Crypto 3.1.0

Compare Source

SemVer Minor
  • Add support for AES-CBC in _CryptoExtras (#​200)
  • Bump minimum Swift version to 5.7 (#​201)

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 10am on friday"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants