rocket-rest-api-with-jwt
rocket-rest-api-with-jwt copied to clipboard
A Rusty Rocket fuelled with Diesel and secured by JWT
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.5 to 1.4.6. Release notes Sourced from diesel's releases. 1.4.6 Fixed Fixed a use-after-free issue in the QueryableByName implementation of our Sqlite backend Updated several dependencies Changelog...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.35 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr See full diff...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.1 to 0.4.6. Changelog Sourced from lock_api's changelog. parking_lot 0.12.0, parking_lot_core 0.9.0, lock_api 0.4.6 (2022-01-28) The MSRV is bumped to 1.49.0. Disabled eventual fairness on wasm32-unknown-unknown. (#302)...
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...
user(id) is SERIAL which has the inner type INTEGER
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.4.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...