[azure-core-cpp] Update to 1.10.2 (#32971)

## 1.10.2 (2023-08-04)

### Bugs Fixed

- [[#4792]](https://github.com/Azure/azure-sdk-for-cpp/issues/4792) Only support CURL's root cert validation when CURL version is >= 7.77.0.
This commit is contained in:
Azure SDK Bot 2023-08-07 09:04:19 -07:00 committed by GitHub
parent ce064b34ad
commit 754105a652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.10.1
SHA512 498deebd853070b367f4fc07ac6b54a8ec4850ad5152da81728e909838f89aa0c1d2c2996267ad343bb06f6ebaedf151973359298dee6ad3b49949af016eb568
REF azure-core_1.10.2
SHA512 ab942af0764eb1352fe65582bcf3e06a7f75853796e47ed32f5ae485e1042e55ace7fc1dc1daf80c0a53813f6daa2377b03ed09527808d52d486c5bbd71b3fa3
)
vcpkg_check_features(

View File

@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.1",
"version-semver": "1.10.2",
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."
@ -37,7 +37,8 @@
"default-features": false,
"features": [
"ssl"
]
],
"version>=": "7.44"
}
]
},

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d3a1b3382bddaf219a0fef6dafd6a31c43d28e02",
"version-semver": "1.10.2",
"port-version": 0
},
{
"git-tree": "52af14a3a0795d87c3fd9f09b9026c91fcae4b81",
"version-semver": "1.10.1",

View File

@ -409,7 +409,7 @@
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.10.1",
"baseline": "1.10.2",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {