Update amqp dependency on core that isn't a beta (#4881)

As far as I know, this is the minimum version of core that's needed. If we need a newer version that we amqp needs, we can bump up this dependency.
This commit is contained in:
Ahson Khan 2023-08-16 15:12:58 -07:00 committed by GitHub
parent bbf6c9c3ee
commit e3a5a44e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.10.0"
},
"azure-uamqp-c",
{