ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
135 stars 85 forks source link

chore(rust): update reqwest to 0.12 #356

Closed baszalmstra closed 1 week ago

baszalmstra commented 1 month ago

This patchs bumps the reqwest version used by the Rust SDK from 0.11 to 0.12. It basically takes the commit from https://github.com/ory/sdk/pull/345 . I do not know why that was deleted..

Related Issue or Design Document

Reqwest 0.12 has been out for 2 months. It would be nice to share the same reqwest Client with multiple crates but a lot of crates update to reqwest 0.12. This makes the reqwest Client incompatible with the version used in the Ory SDK.

Checklist

jobs62 commented 1 month ago

https://github.com/OpenAPITools/openapi-generator/pull/18608 ?