We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c6392 commit b763fa8Copy full SHA for b763fa8
Package.swift
@@ -34,7 +34,7 @@ let package = Package(
34
.library(name: "SotoSignerV4", targets: ["SotoSignerV4"]),
35
],
36
dependencies: [
37
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.63.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.77.0"),
38
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
39
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
40
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.1"),
0 commit comments