Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Bump github.com/krzyzanowskim/cryptoswift from 1.8.2 to 1.8.3 (#30)
Browse files Browse the repository at this point in the history
Bumps [github.com/krzyzanowskim/cryptoswift](https://github.com/krzyzanowskim/CryptoSwift) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/krzyzanowskim/CryptoSwift/releases)
- [Commits](krzyzanowskim/CryptoSwift@1.8.2...1.8.3)

---
updated-dependencies:
- dependency-name: github.com/krzyzanowskim/cryptoswift
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 14c238f commit be77612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "c9c3df6ab812de32bae61fc0cd1bf6d45170ebf0",
"version": "1.8.2"
"revision": "678d442c6f7828def400a70ae15968aef67ef52d",
"version": "1.8.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apple/swift-log.git", .exact("1.6.1")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.8.2"))
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.8.3"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit be77612

Please sign in to comment.