Skip to content

Commit 4932204

Browse files
committed
updated dependencies
1 parent 46c81dc commit 4932204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/apple/swift-crypto.git",
77
"state": {
88
"branch": null,
9-
"revision": "3bea268b223651c4ab7b7b9ad62ef9b2d4143eb6",
10-
"version": "1.1.6"
9+
"revision": "127d3745c37b5705e4bc8d16c7951c48dcc3332c",
10+
"version": "2.0.0"
1111
}
1212
}
1313
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
// Dependencies declare other packages that this package depends on.
1717
// .package(url: /* package url */, from: "1.0.0"),
1818
.package(url: "https://github.com/apple/swift-crypto.git",
19-
from: "1.1.2"),
19+
from: "2.0.0"),
2020
],
2121
targets: [
2222
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)