lpotthast / axum-keycloak-auth

Protect axum routes with a JWT emitted by Keycloak.
https://crates.io/crates/axum-keycloak-auth
Apache License 2.0
34 stars 13 forks source link

Cargo.toml: update reqwest dependency #19

Closed dspicher closed 5 months ago

dspicher commented 5 months ago

reqwest now takes care itself of activating the optional serde_json dependency under the already activated json feature [1].

[1] https://github.com/seanmonstar/reqwest/blob/v0.12.0/CHANGELOG.md#v0120