Skip to content

Commit 495dc9d

Browse files
dependabot[bot]finestructure
authored andcommitted
Swift: Bump the swift-dependencies group with 2 updates
Bumps the swift-dependencies group with 2 updates: [github.com/apple/swift-http-types](https://github.com/apple/swift-http-types) and [github.com/pointfreeco/swift-dependencies](https://github.com/pointfreeco/swift-dependencies). Updates `github.com/apple/swift-http-types` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/apple/swift-http-types/releases) - [Commits](apple/swift-http-types@1.3.0...1.3.1) Updates `github.com/pointfreeco/swift-dependencies` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/pointfreeco/swift-dependencies/releases) - [Commits](pointfreeco/swift-dependencies@1.4.1...1.5.1) --- updated-dependencies: - dependency-name: github.com/apple/swift-http-types dependency-type: indirect update-type: version-update:semver-patch dependency-group: swift-dependencies - dependency-name: github.com/pointfreeco/swift-dependencies dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc47682 commit 495dc9d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let package = Package(
4141
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4242
// Pinned because 1.5.0 fails to build on Linux/Swift 6
4343
// https://github.com/pointfreeco/swift-dependencies/issues/302
44-
.package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.4.1"),
44+
.package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.5.1"),
4545
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4646
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4747
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),

0 commit comments

Comments
 (0)