Skip to content

Commit

Permalink
Bump github.com/apple/swift-log from 1.5.4 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps [github.com/apple/swift-log](https://github.com/apple/swift-log) from 1.5.4 to 1.6.1.
- [Release notes](https://github.com/apple/swift-log/releases)
- [Commits](apple/swift-log@1.5.4...1.6.1)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 4a20239 commit 62f9fed
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 @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/apple/swift-log.git",
"state": {
"branch": null,
"revision": "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version": "1.5.4"
"revision": "9cb486020ebf03bfa5b5df985387a14a98744537",
"version": "1.6.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
// 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.5.4")),
.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"))
],
targets: [
Expand Down

0 comments on commit 62f9fed

Please sign in to comment.