rustapi
rustapi copied to clipboard
🚀 RESTful Rust API Template / Boilerplate
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.3 to 0.11.0. Release notes Sourced from axum-extra's releases. axum-extra v0.11.0 breaking: Remove unused async-stream feature, which was accidentally introduced as an implicit feature through an optional...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 2.0.11. Release notes Sourced from thiserror's releases. 2.0.11 Add feature gate to tests that use std (#409, #410, thanks @Maytha8) 2.0.10 Support errors containing a...
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.12. Release notes Sourced from reqwest's releases. v0.12.11 What's Changed Fix decompression returning an error when HTTP/2 ends with an empty data frame by @seanmonstar...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.217. Release notes Sourced from serde's releases. v1.0.217 Support serializing externally tagged unit variant inside flattened field (#2786, thanks @Mingun) v1.0.216 Mark all generated impls...
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.0 to 0.6.2. Release notes Sourced from tower-http's releases. tower-http-0.6.2 Changed: CompressionBody<B> now propagates B's size hint in its http_body::Body implementation, if compression is disabled (#531) this...