diff --git a/Package.resolved b/Package.resolved index 2687ebb..65f8dc0 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,35 @@ "repositoryURL": "https://github.com/grpc/grpc-swift.git", "state": { "branch": null, - "revision": "640b0ef1d0be63bda0ada86786cfda678ab2aae9", - "version": "1.0.0-alpha.19" + "revision": "858f977f2a51fca2292f384cf7a108dc2e73a3bd", + "version": "1.7.2" + } + }, + { + "package": "swift-atomics", + "repositoryURL": "https://github.com/apple/swift-atomics.git", + "state": { + "branch": null, + "revision": "cd142fd2f64be2100422d658e7411e39489da985", + "version": "1.2.0" + } + }, + { + "package": "swift-collections", + "repositoryURL": "https://github.com/apple/swift-collections.git", + "state": { + "branch": null, + "revision": "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb", + "version": "1.1.0" + } + }, + { + "package": "swift-http-types", + "repositoryURL": "https://github.com/apple/swift-http-types", + "state": { + "branch": null, + "revision": "12358d55a3824bd5fed310b999ea8cf83a9a1a65", + "version": "1.0.3" } }, { @@ -24,8 +51,17 @@ "repositoryURL": "https://github.com/apple/swift-nio.git", "state": { "branch": null, - "revision": "96db8838be60fcbb993fa738e1120fb7f4b99c43", - "version": "2.22.1" + "revision": "635b2589494c97e48c62514bc8b37ced762e0a62", + "version": "2.63.0" + } + }, + { + "package": "swift-nio-extras", + "repositoryURL": "https://github.com/apple/swift-nio-extras.git", + "state": { + "branch": null, + "revision": "363da63c1966405764f380c627409b2f9d9e710b", + "version": "1.21.0" } }, { @@ -33,8 +69,8 @@ "repositoryURL": "https://github.com/apple/swift-nio-http2.git", "state": { "branch": null, - "revision": "c7ad256b3e6f8d1da1e5d7ffc495d8fe2461f818", - "version": "1.14.2" + "revision": "0904bf0feb5122b7e5c3f15db7df0eabe623dd87", + "version": "1.30.0" } }, { @@ -42,8 +78,8 @@ "repositoryURL": "https://github.com/apple/swift-nio-ssl.git", "state": { "branch": null, - "revision": "d381bc53edd9de88a75480a2b969bfc26d61ee76", - "version": "2.8.0" + "revision": "7c381eb6083542b124a6c18fae742f55001dc2b5", + "version": "2.26.0" } }, { @@ -51,8 +87,8 @@ "repositoryURL": "https://github.com/apple/swift-nio-transport-services.git", "state": { "branch": null, - "revision": "f9a95e9bbb4ed70dd6e1e25d65c46e37187f7730", - "version": "1.7.0" + "revision": "6cbe0ed2b394f21ab0d46b9f0c50c6be964968ce", + "version": "1.20.1" } }, { @@ -63,6 +99,15 @@ "revision": "f33185acd089405d365982ccab2f58469052a545", "version": "1.10.2" } + }, + { + "package": "swift-system", + "repositoryURL": "https://github.com/apple/swift-system.git", + "state": { + "branch": null, + "revision": "025bcb1165deab2e20d4eaba79967ce73013f496", + "version": "1.2.1" + } } ] }, diff --git a/Package.swift b/Package.swift index 148a39a..146ebba 100644 --- a/Package.swift +++ b/Package.swift @@ -29,7 +29,7 @@ let package = Package( .package( name: "grpc-swift", url: "https://github.com/grpc/grpc-swift.git", - .exact("1.0.0-alpha.19") + .exact("1.7.2") ) ], targets: [