Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-nio to from: "2.68.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent a9f8408 commit 2c329fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
// 💧 A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"),
// 🔵 Non-blocking, event-driven networking for Swift. Used for custom executors
.package(url: "https://github.com/apple/swift-nio.git", from: "2.67.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.68.0"),
.package(
url: "https://github.com/yumemi-inc/fake-fortune-telling",
from: "0.2.5"
Expand Down

0 comments on commit 2c329fe

Please sign in to comment.