From 4697657a332869f26bd3e0da5a003b75e5f7222a Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Fri, 25 Aug 2023 12:59:10 +0200 Subject: [PATCH] Update minimum MongoKitten --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c54b0fc..192ddea 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.0.0"), + .package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.7.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.