realworld-axum-sqlx
realworld-axum-sqlx copied to clipboard
A Rust implementation of the Realworld demo app spec using Axum and SQLx.
Just some small improvements. Thanks for setting up this repo!
Favoriting an article causes all articles to show as `favorited: true`. Hi! I'm tinkering around with my own frontend implementation and I grabbed this repo to use as a local...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.38 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @alex in sfackler/rust-openssl#1851 Skip a test that...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.8.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...
This repository is a great source for best practices. It'd be cool to re-use some parts of it as-is, like the SQL function for adding the `set_updated_at` trigger. However, the...
Resolves #4
According to the author of Axum, there should only be a couple small breaking changes: https://www.reddit.com/r/rust/comments/shetb1/show_rrust_a_rust_implementation_of_the_realworld/hv6ftnu/?context=3
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.2.0 to 0.2.1. Release notes Sourced from tower-http's releases. v0.2.1 Added Support Last-Modified (and friends) headers in ServeDir and ServeFile (#145) Add AsyncRequireAuthorization::layer (#195) Fixed Fix build...
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...