asio-grpc: Update to 2.9.3 (#36691)

This commit is contained in:
Dennis 2024-02-12 23:34:51 +01:00 committed by GitHub
parent 5535a11b34
commit bff6892ce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF "v${VERSION}"
SHA512 bb5358c6d64e1e7afaa644dda76a22a0a8b724ecfb9e2ac26a5fb2d4d506df10f09f8866d71713daf79ea0cd808eacecc027a3e925376ed1c1ca544f95656a8a
SHA512 14d3d537ab956477869dc9367483aa185cbca32ad86e547e7fc987d038beb1829939c4cd7389af8956f2dc53e2254d0c6f40b5eb857f1aed05b7c96d6e311877
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "2.9.2",
"version": "2.9.3",
"description": "Asynchronous gRPC with Asio/unified executors",
"homepage": "https://github.com/Tradias/asio-grpc",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b44fde11329382d82a28a9df22b82861cedf4551",
"version": "2.9.3",
"port-version": 0
},
{
"git-tree": "9442924978688fdb467c605e2944a6b1c6749981",
"version": "2.9.2",

View File

@ -257,7 +257,7 @@
"port-version": 0
},
"asio-grpc": {
"baseline": "2.9.2",
"baseline": "2.9.3",
"port-version": 0
},
"asiochan": {