BasicOIDC/src/controllers
Pierre Hubert 473e5bfe50
All checks were successful
continuous-integration/drone/push Build is passing
Update Rust crate actix-web to v4.6.0 (#271)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actix-web](https://actix.rs) ([source](https://github.com/actix/actix-web)) | dependencies | minor | `4.5.1` -> `4.6.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #271
2024-05-23 09:20:43 +00:00
..
admin_api.rs Enforce 2FA for user admin routes 2024-03-27 21:03:49 +01:00
admin_controller.rs Enforce 2FA for user admin routes 2024-03-27 21:03:49 +01:00
assets_controller.rs Merge factors type for authentication 2022-11-11 12:26:02 +01:00
base_controller.rs Merge factors type for authentication 2022-11-11 12:26:02 +01:00
login_api.rs Remove useless cargo clippy annotation 2024-03-26 21:09:52 +01:00
login_controller.rs Update Rust crate actix-web to v4.6.0 (#271) 2024-05-23 09:20:43 +00:00
mod.rs Add authentication from upstream providers (#107) 2023-04-27 10:10:28 +00:00
openid_controller.rs Can define additional claims on per-client basis 2024-03-31 18:37:08 +02:00
providers_controller.rs Updated all dependencies 2024-02-19 18:42:19 +01:00
settings_controller.rs Updated all dependencies 2024-02-19 18:42:19 +01:00
two_factor_api.rs Need to perform 2FA before modifying factors 2024-03-27 19:26:07 +01:00
two_factors_controller.rs Need to perform 2FA before modifying factors 2024-03-27 19:26:07 +01:00