From 23058a204cd67d30f12f1fcb120501bbfc52c93a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Oct 2024 09:27:42 +0000 Subject: [PATCH] Update dependency apple/swift-crypto to from: "3.9.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index fe61fa2..1c3fd6a 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/jmmaloney4/VarInt.git", from: "1.0.0"), .package(url: "https://github.com/attaswift/BigInt.git", from: "5.4.1"), - .package(url: "https://github.com/apple/swift-crypto.git", from: "3.8.1"), + .package(url: "https://github.com/apple/swift-crypto.git", from: "3.9.0"), ], targets: [ .target(