Skip to content

Commit

Permalink
chore(deps): bump github.com/apple/swift-nio from 2.79.0 to 2.80.0
Browse files Browse the repository at this point in the history
Bumps [github.com/apple/swift-nio](https://github.com/apple/swift-nio) from 2.79.0 to 2.80.0.
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](apple/swift-nio@2.79.0...2.80.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 91ba89e commit 68e5b2f
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
@@ -1,5 +1,5 @@
{
"originHash" : "b2de3f073b79c7115ba9e4e4cdbf79c7a59af371be6723a93e0e8ee27658bd0e",
"originHash" : "d6a9ea6f39a647056c7fc7df6bb953ffe9affe3b29926fac8da988375528e6d4",
"pins" : [
{
"identity" : "swift-atomics",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "ba72f31e11275fc5bf060c966cf6c1f36842a291",
"version" : "2.79.0"
"revision" : "dff45738d84a53dbc8ee899c306b3a7227f54f89",
"version" : "2.80.0"
}
},
{
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: [
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.79.0"),
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.80.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.2"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.29.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.1")
Expand Down

0 comments on commit 68e5b2f

Please sign in to comment.