Skip to content

Commit

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

chore(deps): bump github.com/apple/swift-nio from 2.80.0 to 2.81.0
  • Loading branch information
flexlixrup authored Feb 14, 2025
2 parents e4b6a6d + 434437b commit 9864f91
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" : "d6a9ea6f39a647056c7fc7df6bb953ffe9affe3b29926fac8da988375528e6d4",
"originHash" : "d399d369c7e3878dd3b632ba3dcb054a3e181180b255ae0f48fc0221cb8698e7",
"pins" : [
{
"identity" : "swift-atomics",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "dff45738d84a53dbc8ee899c306b3a7227f54f89",
"version" : "2.80.0"
"revision" : "c51907a839e63ebf0ba2076bba73dd96436bd1b9",
"version" : "2.81.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.80.0"),
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.81.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 9864f91

Please sign in to comment.