rustapi
rustapi copied to clipboard
π RESTful Rust API Template / Boilerplate
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.127. Release notes Sourced from serde_json's releases. 1.0.127 Add more removal methods to OccupiedEntry (#1179, thanks @βGREsau) 1.0.126 Improve string parsing on targets that use...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.1 to 1.39.3. Release notes Sourced from tokio's releases. Tokio v1.39.3 1.39.3 (August 17th, 2024) This release fixes a regression where the unix socket api stopped accepting...
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.1 to 1.7.1. Release notes Sourced from bytes's releases. Bytes 1.7.1 1.7.1 (August 1, 2024) This release reverts the following change due to a regression: Reuse capacity...
https://github.com/ndelvalle/rustapi/issues/408
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.129. Release notes Sourced from serde_json's releases. 1.0.129 Add serde_json::Map::sort_keys and serde_json::Value::sort_all_objects (#1199) Commits fe499e8 Release 1.0.129 2679e30 Merge pull request #1199 from dtolnay/sort c1a06c1...
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.2. Changelog Sourced from once_cell's changelog. 1.20.2 Remove portable_atomic from Cargo.lock if it is not, in fact, used: #267 This is a work-around for this...
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. Release notes Sourced from futures's releases. 0.3.31 Fix use after free of task in FuturesUnordered when dropped future panics (#2886) Fix soundness bug in...
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. Release notes Sourced from reqwest's releases. v0.12.8 What's Changed Add support for SOCKS4 proxies. Add multipart::Form::file() method for adding files easily. Add Body::wrap() to...
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.3 to 0.9.4. Release notes Sourced from axum-extra's releases. axum-extra - v0.9.4 added: The response::Attachment type (#2789) #2789: tokio-rs/axum#2789 Commits a73dab4 Bump versions f172389 Avoid reallocation for...
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.5 to 0.7.7. Release notes Sourced from axum's releases. axum-extra - v0.7.7 added: Clone implementation for ErasedJson (#2142) #2142: tokio-rs/axum#2142 axum v0.7.7 change: Remove manual tables of...