Skip to content

Commit fcbd927

Browse files
chore(deps): bump github.com/apple/swift-crypto from 3.15.1 to 4.0.0 (#821)
Bumps [github.com/apple/swift-crypto](https://github.com/apple/swift-crypto) from 3.15.1 to 4.0.0. - [Release notes](https://github.com/apple/swift-crypto/releases) - [Commits](apple/swift-crypto@3.15.1...4.0.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-crypto dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc0d779 commit fcbd927

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
targets: ["Supabase", "Functions", "PostgREST", "Auth", "Realtime", "Storage"]),
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
27+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
2828
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.0"),
2929
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.0"),
3030
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),

0 commit comments

Comments
 (0)