Update azure-core dependency on curl to 7.48 from 7.44 since that's the minimum available on vcpkg. (#4882)

* Update azure-core dependency on curl to 7.48 from 7.44 since that's the minimum available on vcpkg.

* Update nested vcpkg.json to 7.48
This commit is contained in:
Ahson Khan 2023-08-16 15:13:23 -07:00 committed by GitHub
parent e3a5a44e46
commit 25f33e9800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
"features": [
"ssl"
],
"version>=": "7.44"
"version>=": "7.48"
}
]
},

View File

@ -41,7 +41,7 @@
"features": [
"ssl"
],
"version>=": "7.44"
"version>=": "7.48"
}
]
},