From c63cdf013e652d700fe677fea0867a7bd6a4a619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 07:15:58 +0000 Subject: [PATCH] chore(deps): update dependency vadymmarkov/fakery to from: "5.1.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 3b870ee..681a8e9 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( // Depend on the Swift 5.9 release of SwiftSyntax .package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.1"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.3.0"), - .package(url: "https://github.com/vadymmarkov/Fakery", from: "5.0.0") + .package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.