From f9b3584dfb5f1fb26d3233c2ce5f672ce9f46352 Mon Sep 17 00:00:00 2001 From: Thomas Rasch Date: Mon, 8 Apr 2024 13:42:30 +0200 Subject: [PATCH] Dependency updates --- Package.resolved | 8 ++++---- Package.swift | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index 1d132d2..f7fd02f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Outdooractive/gis-tools", "state" : { - "branch" : "45_feature_id_overflow", - "revision" : "1cb8776f353dfd0b938251b1eb12ec6ddbb5f44c" + "revision" : "3a72a667c557e84527be32e5fa7ff34953716868", + "version" : "1.4.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-protobuf", "state" : { - "revision" : "65e8f29b2d63c4e38e736b25c27b83e012159be8", - "version" : "1.25.2" + "revision" : "9f0c76544701845ad98716f3f6a774a892152bcb", + "version" : "1.26.0" } } ], diff --git a/Package.swift b/Package.swift index b9f079a..bca7682 100644 --- a/Package.swift +++ b/Package.swift @@ -19,11 +19,11 @@ let package = Package( targets: ["MVTTools"]), ], dependencies: [ - .package(url: "https://github.com/Outdooractive/gis-tools", branch: "45_feature_id_overflow"), + .package(url: "https://github.com/Outdooractive/gis-tools", from: "1.4.0"), .package(url: "https://github.com/1024jp/GzipSwift.git", from: "5.2.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), - .package(url: "https://github.com/apple/swift-protobuf", from: "1.25.2"), + .package(url: "https://github.com/apple/swift-protobuf", from: "1.26.0"), ], targets: [ .executableTarget(