Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | axum: 0.7.9 → 0.8.1 | Vika | 14 days | 1 | -2/+2 |
| | | | | | | | | | | | | | Some breaking changes. For better or for worse. The optional extractor breaking change is a double-edged sword, since not all extractors can be used with `Option<T>` now, and you have to use `Result<T, T::Rejection>` even when you want to ignore an error coming from an extractor, such as `Query`. However, this allows catching errors on authorization extractors even in places where authorization is optional. Change-Id: I35f809d3adf27dbef0e7ee93dc1a7af178b7d014 | ||||
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 1 | -2/+3 |
| | | | | | | | I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now. | ||||
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+140 |