Skip to content

Commit e4a5657

Browse files
Bump swift-nio to resolve CVE‑2025‑8671 (#906)
# Conflicts: # Package.swift
1 parent 7507caf commit e4a5657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
],
3030
dependencies: [
3131
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "1.0.0"),
32-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.83.0"),
32+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.86.0"),
3333
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
3434
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.30.0"),
3535
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.3"),

0 commit comments

Comments
 (0)