Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-nio to from: "2.61.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2023
1 parent 491be30 commit 71d0081
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 @@ -28,7 +28,7 @@ let package = Package(
.library(name: "SwiftyBase64", targets: ["SwiftyBase64"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.59.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.61.1"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", "1.1.3"..."1.3.2"),
.package(url: "https://github.com/attaswift/BigInt", from: "5.0.0"),
],
Expand Down

0 comments on commit 71d0081

Please sign in to comment.