Skip to content

Commit

Permalink
Update dependency apple/swift-crypto to from: "3.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 4, 2023
1 parent d17b98d commit 5ffd370
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 @@ -20,7 +20,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/jmmaloney4/VarInt.git", from: "1.0.0"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.1.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 5ffd370

Please sign in to comment.