From 756fc7805bcd7c6d4389d632f65a1aa16857f3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Sat, 2 Sep 2023 14:50:42 +0200 Subject: [PATCH] Update package dependencies to latest versions --- Package.resolved | 20 ++++++++++---------- Package.swift | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Package.resolved b/Package.resolved index ded86e8..1cf87eb 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser.git", "state" : { - "revision" : "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a", - "version" : "1.2.2" + "revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531", + "version" : "1.2.3" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-case-paths", "state" : { - "revision" : "870133b7b2387df136ad301ec67b2e864b51dda1", - "version" : "0.14.0" + "revision" : "5da6989aae464f324eef5c5b52bdb7974725ab81", + "version" : "1.0.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-parsing.git", "state" : { - "revision" : "c6e2241daa46e5c6e5027a93b161bca6ba692bcc", - "version" : "0.12.0" + "revision" : "a0e7d73f462c1c38c59dc40a3969ac40cea42950", + "version" : "0.13.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "ab8c9f45843694dd16be4297e6d44c0634fd9913", - "version" : "0.8.4" + "revision" : "23cbf2294e350076ea4dbd7d5d047c1e76b03631", + "version" : "1.0.2" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/jpsim/Yams.git", "state" : { - "revision" : "f47ba4838c30dbd59998a4e4c87ab620ff959e8a", - "version" : "5.0.5" + "revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3", + "version" : "5.0.6" } } ], diff --git a/Package.swift b/Package.swift index 8e1ae85..bf0b48e 100644 --- a/Package.swift +++ b/Package.swift @@ -32,10 +32,10 @@ var package = Package( #if os(macOS) package.dependencies.append(contentsOf: [ - .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"), + .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.3"), .package(url: "https://github.com/apple/swift-syntax.git", exact: "0.50700.1"), - .package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"), - .package(url: "https://github.com/jpsim/Yams.git", from: "5.0.5") + .package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.13.0"), + .package(url: "https://github.com/jpsim/Yams.git", from: "5.0.6") ]) package.targets.append(contentsOf: [ // Core Module