Skip to content

Commit b641b13

Browse files
authored
Merge branch 'main' into cancel-next-invocation
2 parents a1ee6c1 + 230eeb5 commit b641b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.77.0"),
20+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
2121
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
2222
],
2323
targets: [

0 commit comments

Comments
 (0)