Skip to content

Commit 809fbad

Browse files
committed
Update dependencies
1 parent 8cbe355 commit 809fbad

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ let package = Package(
1111
.library(name: "SignalHandling", targets: ["SignalHandling"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.4.0"),
14+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
16-
.package(url: "https://github.com/apple/swift-system.git", from: "0.0.1"),
17-
.package(url: "https://github.com/swift-server/swift-backtrace.git", from: "1.2.3"),
16+
.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0"),
17+
.package(url: "https://github.com/swift-server/swift-backtrace.git", from: "1.3.1"),
1818
.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "0.3.0")
1919
],
2020
targets: [

0 commit comments

Comments
 (0)