Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-nio to from: "2.59.0" (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 17, 2023
1 parent d3157eb commit 491be30
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.9.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.59.0"),
.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 491be30

Please sign in to comment.