Skip to content

Commit 715421f

Browse files
chore(deps): bump github.com/apple/swift-asn1 from 0.3.0 to 1.3.1
Bumps [github.com/apple/swift-asn1](https://github.com/apple/swift-asn1) from 0.3.0 to 1.3.1. - [Release notes](https://github.com/apple/swift-asn1/releases) - [Commits](apple/swift-asn1@0.3.0...1.3.1) --- updated-dependencies: - dependency-name: github.com/apple/swift-asn1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5310a8a commit 715421f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 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
@@ -100,7 +100,7 @@ let package = Package(
100100
.package(url: "https://github.com/vsanthanam/AnyAsyncSequence.git", from: "1.0.0"),
101101
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
102102
// swift-asn1 wants swift 5.7+ past 0.4
103-
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.3.0")),
103+
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "1.3.1")),
104104
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMinor(from: "0.12.0")),
105105
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
106106
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.0.0"),

0 commit comments

Comments
 (0)