Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-crypto to from: "3.11.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2025
1 parent 081b46f commit 4144e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
),
// To our surprise (note the irony), CryptoSwift is an AppleOS-only framework, therefore
// crypto capabilities need to be imported using a package.
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "3.11.1")),
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "3.11.2")),
],
targets: [
.target(
Expand Down

0 comments on commit 4144e0d

Please sign in to comment.