Skip to content

Commit

Permalink
Merge pull request #6 from flexlixrup/dependabot/swift/github.com/app…
Browse files Browse the repository at this point in the history
…le/swift-nio-2.80.0

chore(deps): bump github.com/apple/swift-nio from 2.79.0 to 2.80.0
  • Loading branch information
flexlixrup authored Feb 3, 2025
2 parents 26f40d4 + 68e5b2f commit e4b6a6d
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 e4b6a6d

Please sign in to comment.