Skip to content

Commit af76d4e

Browse files
chore(deps): update dependency swift-server/async-http-client to from: "1.22.0"
1 parent ac56bec commit af76d4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prereleased.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- uses: actions/checkout@v4
226226

227227
- name: Create SBOM
228-
uses: anchore/[email protected].1
228+
uses: anchore/[email protected].0
229229
with:
230230
upload-artifact-retention: 1
231231
format: cyclonedx-json

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575

7676
- name: Create SBOM
77-
uses: anchore/[email protected].1
77+
uses: anchore/[email protected].0
7878
with:
7979
upload-artifact-retention: 1
8080
format: cyclonedx-json

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.2"),
1313
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
1414
.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"),
15+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.22.0"),
1616
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
1717
],
1818
targets: [

0 commit comments

Comments
 (0)