Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Mar 20, 2024
1 parent 35ad000 commit ebd664a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "8c35f92b9a371e4ba0dcb6991dafbc76b2fd2da89614d7e264d875b655f6f1bb",
"pins" : [
{
"identity" : "swift-atomics",
Expand Down Expand Up @@ -41,8 +42,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "635b2589494c97e48c62514bc8b37ced762e0a62",
"version" : "2.63.0"
"revision" : "fc63f0cf4e55a4597407a9fc95b16a2bc44b4982",
"version" : "2.64.0"
}
},
{
Expand All @@ -64,5 +65,5 @@
}
}
],
"version" : 2
"version" : 3
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ let package:Package = .init(name: "swift-mongodb",

/// swift-nio has a low rate of breakage, and can be trusted with a major-only
/// version requirement.
.package(url: "https://github.com/apple/swift-nio.git", from: "2.62.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.64.0"),
/// swift-nio-ssl has a low rate of breakage, and can be trusted with a
/// major-only version requirement.
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.25.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.26.0"),
],
targets:
[
Expand Down

0 comments on commit ebd664a

Please sign in to comment.