Skip to content

Commit

Permalink
Bump github.com/kishikawakatsumi/keychainaccess from 3.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [github.com/kishikawakatsumi/keychainaccess](https://github.com/kishikawakatsumi/KeychainAccess) from 3.2.1 to 4.2.2.
- [Release notes](https://github.com/kishikawakatsumi/KeychainAccess/releases)
- [Commits](kishikawakatsumi/KeychainAccess@v3.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: github.com/kishikawakatsumi/keychainaccess
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 46ddb6f commit 153bc42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"identity" : "data",
"kind" : "remoteSourceControl",
"location" : "https://github.com/xcodereleases/data.git",
"location" : "https://github.com/xcodereleases/data",
"state" : {
"revision" : "fcf527b187817f67c05223676341f3ab69d4214d"
}
Expand All @@ -22,8 +22,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kishikawakatsumi/KeychainAccess.git",
"state" : {
"revision" : "8d33ffd6f74b3bcfc99af759d4204c6395a3f918",
"version" : "3.2.1"
"revision" : "84e546727d66f1adc5439debad16270d0fdd04e7",
"version" : "4.2.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")),
.package(url: "https://github.com/scinfu/SwiftSoup.git", .upToNextMinor(from: "2.0.0")),
.package(url: "https://github.com/mxcl/LegibleError.git", .upToNextMinor(from: "1.0.1")),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "3.2.0")),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "4.2.2")),
.package(url: "https://github.com/xcodereleases/data", revision: "fcf527b187817f67c05223676341f3ab69d4214d"),
.package(url: "https://github.com/onevcat/Rainbow.git", .upToNextMinor(from: "3.2.0")),
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.0.1")),
Expand Down

0 comments on commit 153bc42

Please sign in to comment.