Skip to content

Commit f697056

Browse files
authored
Bump dependencies to match update-checkout-config.json (#122)
1 parent 1a5e7c8 commit f697056

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Package.resolved

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

Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ if configuration.useLocalDependencies {
145145
]
146146
} else {
147147
package.dependencies += [
148-
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
149-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
150-
.package(url: "https://github.com/apple/swift-async-algorithms.git", exact: "1.0.0-beta.1"),
151-
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
152-
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.5"),
148+
.package(url: "https://github.com/apple/swift-system", from: "1.3.0"),
149+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
150+
.package(url: "https://github.com/apple/swift-async-algorithms.git", exact: "1.0.1"),
151+
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
152+
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.2"),
153153
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.1.0"),
154-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.63.0"),
155-
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
154+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
155+
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
156156
]
157157
}

0 commit comments

Comments
 (0)