rustapi
rustapi copied to clipboard
๐ RESTful Rust API Template / Boilerplate
https://github.com/colin-kiegel/rust-pretty-assertions
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.4 to 0.5.1. Release notes Sourced from tower-http's releases. v0.5.1 fs: Support files precompressed with zstd in ServeFile trace: Add default generic parameters for ResponseBody and ResponseFuture...
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 8.3.0 to 9.2.0. Changelog Sourced from jsonwebtoken's changelog. 9.2.0 (2023-12-01) Add an option to not validate aud in the Validation struct Get the current timestamp in wasm...
Bumps [http](https://github.com/hyperium/http) from 0.2.9 to 1.0.0. Release notes Sourced from http's releases. v1.0.0 What's Changed Implement Clone for Request, Response, and Extensions. This breaking change requires that all extensions now...
Hi, This is a super awesome project and it has been incredibly useful for me to structure the web API part of my project. Thank you so much. I have...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59. Release notes Sourced from thiserror's releases. 1.0.59 Unblock testing of rustc debug-fmt-detail option (#297) Commits e7ad85e Release 1.0.59 af477ec Merge pull request #297 from...
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.3 to 0.12.4. Release notes Sourced from reqwest's releases. v0.12.4 What's Changed Add zstd support, enabled with zstd Cargo feature (thanks @โpaolobarbolini!) Add ClientBuilder::read_timeout(Duration), which applies the...