chore: bump deps.

This commit is contained in:
Shibo Lyu 2026-01-20 21:29:17 +08:00
parent 37194f5d29
commit fe2fd639b0
2 changed files with 9 additions and 9 deletions

View file

@ -10,8 +10,8 @@ let package = Package(
.executable(name: "TailwindCSSCLIArtifactBundler", targets: ["TailwindCSSCLIArtifactBundler"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
],
targets: [
.executableTarget(