Skip to content

Commit b763fa8

Browse files
authored
Update swift-nio dependency version to 2.77.0 in Package.swift (#630)
1 parent 52c6392 commit b763fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let package = Package(
3434
.library(name: "SotoSignerV4", targets: ["SotoSignerV4"]),
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.63.0"),
37+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.77.0"),
3838
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
3939
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
4040
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.1"),

0 commit comments

Comments
 (0)