Skip to content

Commit 9dc18cb

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] <[email protected]>
1 parent 79120dd commit 9dc18cb

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
@@ -98,7 +98,7 @@ let package = Package(
9898
.package(url: "https://github.com/vsanthanam/AnyAsyncSequence.git", from: "1.0.0"),
9999
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
100100
// swift-asn1 wants swift 5.7+ past 0.4
101-
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.3.0")),
101+
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "1.3.1")),
102102
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMinor(from: "0.12.0")),
103103
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
104104
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.0.0"),

0 commit comments

Comments
 (0)