Skip to content

Commit 937c828

Browse files
committed
chore(deps): soto, async-http, aws-lambda
1 parent c42b1af commit 937c828

File tree

2 files changed

+96
-42
lines changed

2 files changed

+96
-42
lines changed

Package.resolved

Lines changed: 90 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.7
1+
// swift-tools-version: 5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -9,11 +9,11 @@ let package = Package(
99
.macOS(.v12)
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
13-
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
14-
.package(url: "https://github.com/soto-project/soto.git", from: "6.8.0"),
15-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"),
16-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1")
12+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.2"),
13+
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
14+
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
15+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),
16+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0")
1717
],
1818
targets: [
1919
.target(name: "Models"),

0 commit comments

Comments
 (0)