From 2af83204b1890220709507c37444f83ff3c4f5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:31:56 +0000 Subject: [PATCH] chore(deps): bump github.com/apple/swift-crypto from 3.15.1 to 4.0.0 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](https://github.com/apple/swift-crypto/compare/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] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index d3740b1af..144b24ad3 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "8f9a7a274a65e1e858bc4af7d28200df656048be2796fc6bcc0b5712f7429bde", + "originHash" : "a251003bb005f3d13125c805f4a0badb262fc6da6c108fc3a99ecb47bcb70c9d", "pins" : [ { "identity" : "mocker", @@ -42,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-crypto.git", "state" : { - "revision" : "95ba0316a9b733e92bb6b071255ff46263bbe7dc", - "version" : "3.15.1" + "revision" : "bcd2b89f2a4446395830b82e4e192765edd71e18", + "version" : "4.0.0" } }, { diff --git a/Package.swift b/Package.swift index 42cadc4d1..b2c0a14d6 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( targets: ["Supabase", "Functions", "PostgREST", "Auth", "Realtime", "Storage"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"), + .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"), .package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.0"), .package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),