Skip to content

Commit 0249cd4

Browse files
authored
Unify grpc-swift dependency between packages (#664)
* Unify GRPC dependency between package * Adding Package.resolved
1 parent 6a4af9c commit 0249cd4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/grpc/grpc-swift.git",
77
"state" : {
8-
"revision" : "6a90b7e77e29f9bda6c2b3a4165a40d6c02cfda1",
9-
"version" : "1.23.0"
8+
"revision" : "8c5e99d0255c373e0330730d191a3423c57373fb",
9+
"version" : "1.24.2"
1010
}
1111
},
1212
{
@@ -68,17 +68,17 @@
6868
"kind" : "remoteSourceControl",
6969
"location" : "https://github.com/apple/swift-nio.git",
7070
"state" : {
71-
"revision" : "9428f62793696d9a0cc1f26a63f63bb31da0516d",
72-
"version" : "2.66.0"
71+
"revision" : "dca6594f65308c761a9c409e09fbf35f48d50d34",
72+
"version" : "2.77.0"
7373
}
7474
},
7575
{
7676
"identity" : "swift-nio-extras",
7777
"kind" : "remoteSourceControl",
7878
"location" : "https://github.com/apple/swift-nio-extras.git",
7979
"state" : {
80-
"revision" : "a3b640d7dc567225db7c94386a6e71aded1bfa63",
81-
"version" : "1.22.0"
80+
"revision" : "2e9746cfc57554f70b650b021b6ae4738abef3e6",
81+
"version" : "1.24.1"
8282
}
8383
},
8484
{
@@ -113,17 +113,17 @@
113113
"kind" : "remoteSourceControl",
114114
"location" : "https://github.com/apple/swift-protobuf.git",
115115
"state" : {
116-
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
117-
"version" : "1.26.0"
116+
"revision" : "ebc7251dd5b37f627c93698e4374084d98409633",
117+
"version" : "1.28.2"
118118
}
119119
},
120120
{
121121
"identity" : "swift-system",
122122
"kind" : "remoteSourceControl",
123123
"location" : "https://github.com/apple/swift-system.git",
124124
"state" : {
125-
"revision" : "f9266c85189c2751589a50ea5aec72799797e471",
126-
"version" : "1.3.0"
125+
"revision" : "c8a44d836fe7913603e246acab7c528c2e780168",
126+
"version" : "1.4.0"
127127
}
128128
},
129129
{

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
.package(url: "https://github.com/undefinedlabs/opentracing-objc", exact: "0.5.2"),
4040
.package(url: "https://github.com/undefinedlabs/Thrift-Swift", exact: "1.1.1"),
4141
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.0.0"),
42-
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.0.0"),
42+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
4343
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.20.2"),
4444
.package(url: "https://github.com/apple/swift-log.git", exact: "1.4.4"),
4545
.package(url: "https://github.com/apple/swift-metrics.git", exact: "2.1.1"),

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let package = Package(
4040
.package(url: "https://github.com/undefinedlabs/opentracing-objc", from: "0.5.2"),
4141
.package(url: "https://github.com/undefinedlabs/Thrift-Swift", from: "1.1.1"),
4242
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
43-
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
43+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
4444
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"),
4545
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"),
4646
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
],
3030
dependencies: [
3131
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
32-
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
32+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
3333
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"),
3434
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"),
3535
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),

0 commit comments

Comments
 (0)