Skip to content

Commit 53f51be

Browse files
committed
Update CombineExt to v1.8.0
1 parent afb78ba commit 53f51be

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

Package.resolved

+21-12
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/CombineCommunity/CombineExt.git",
77
"state": {
88
"branch": null,
9-
"revision": "581849239060948b626d1173eb0e5926818e7f8c",
10-
"version": "1.7.0"
9+
"revision": "aaf1a0981c05360000af972473034cb952be4ca0",
10+
"version": "1.8.0"
1111
}
1212
},
1313
{
@@ -19,6 +19,15 @@
1919
"version": "1.9.0"
2020
}
2121
},
22+
{
23+
"package": "swift-atomics",
24+
"repositoryURL": "https://github.com/apple/swift-atomics.git",
25+
"state": {
26+
"branch": null,
27+
"revision": "919eb1d83e02121cdb434c7bfc1f0c66ef17febe",
28+
"version": "1.0.2"
29+
}
30+
},
2231
{
2332
"package": "swift-log",
2433
"repositoryURL": "https://github.com/apple/swift-log.git",
@@ -33,8 +42,8 @@
3342
"repositoryURL": "https://github.com/apple/swift-nio.git",
3443
"state": {
3544
"branch": null,
36-
"revision": "124119f0bb12384cef35aa041d7c3a686108722d",
37-
"version": "2.40.0"
45+
"revision": "b4e0a274f7f34210e97e2f2c50ab02a10b549250",
46+
"version": "2.41.1"
3847
}
3948
},
4049
{
@@ -51,35 +60,35 @@
5160
"repositoryURL": "https://github.com/apple/swift-nio-http2.git",
5261
"state": {
5362
"branch": null,
54-
"revision": "108ac15087ea9b79abb6f6742699cf31de0e8772",
55-
"version": "1.22.0"
63+
"revision": "f9ab1c94c80d568efd762d2a638f25162691d766",
64+
"version": "1.22.1"
5665
}
5766
},
5867
{
5968
"package": "swift-nio-ssl",
6069
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
6170
"state": {
6271
"branch": null,
63-
"revision": "fd5f38b0039148e76c2e863a2fc868cc39bb451b",
64-
"version": "2.20.1"
72+
"revision": "0265283d3539ced108b9b8287eb3328c9d85acdc",
73+
"version": "2.21.0"
6574
}
6675
},
6776
{
6877
"package": "swift-nio-transport-services",
6978
"repositoryURL": "https://github.com/apple/swift-nio-transport-services.git",
7079
"state": {
7180
"branch": null,
72-
"revision": "2cb54f91ddafc90832c5fa247faf5798d0a7c204",
73-
"version": "1.13.0"
81+
"revision": "4e02d9cf35cabfb538c96613272fb027dd0c8692",
82+
"version": "1.13.1"
7483
}
7584
},
7685
{
7786
"package": "SwiftProtobuf",
7887
"repositoryURL": "https://github.com/apple/swift-protobuf.git",
7988
"state": {
8089
"branch": null,
81-
"revision": "e1499bc69b9040b29184f7f2996f7bab467c1639",
82-
"version": "1.19.0"
90+
"revision": "fa0fcd43f272a260e7f734f23e6dc55e16fcae0a",
91+
"version": "1.19.1"
8392
}
8493
}
8594
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.9.0")),
20-
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.7.0"),
20+
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.8.0"),
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)