From 785910aa26ce6a40cfba73b417e65d4a189f9a7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:41:01 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index b59a5a2..b7feb56 100644 --- a/Package.swift +++ b/Package.swift @@ -18,8 +18,8 @@ let package = Package( targets: ["OpenAPICompute"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.3.0"), - .package(url: "https://github.com/swift-cloud/Compute", from: "3.0.0"), + .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.5.0"), + .package(url: "https://github.com/swift-cloud/Compute", from: "3.1.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.