BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate axum-login to 0.8 #192

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
axum-login dependencies minor 0.6 -> 0.8

Release Notes

maxcountryman/axum-login (axum-login) ### [`v0.8.0`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#080) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.7.3...v0.8.0) **Breaking changes** - Update `tower-sessions` to 0.5.0; this changes the default session cookie name from "tower.sid" to "id". Note that applications using the old default, "tower.sid", may continue to do so without disruption by specifying [`with_name("tower.sid")`](https://docs.rs/tower-sessions/latest/tower_sessions/service/struct.SessionManagerLayer.html#method.with_name). **Other changes** - Ensure session error type is accessible. [#​120](https://togithub.com/maxcountryman/axum-login/pull/120) ### [`v0.7.3`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#073) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.7.2...v0.7.3) - Fix `permission_required` macro. [#​116](https://togithub.com/maxcountryman/axum-login/pull/116) and [`7a6720a`](https://togithub.com/maxcountryman/axum-login/commit/7a6720a) ### [`v0.7.2`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#072) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.7.1...v0.7.2) - Cycle ID only as logging in. [#​115](https://togithub.com/maxcountryman/axum-login/pull/115) - Ensure anonymous sessions are verified. [#​113](https://togithub.com/maxcountryman/axum-login/pull/113) ### [`v0.7.1`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#071) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.7.0...v0.7.1) - Ensure middleware-producing macros (`login_required`, `permission_required`, and `predicate_required`) use crate dependencies. - Re-organize into a workspace such that examples are self-contained crates. ### [`v0.7.0`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#070) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.6.0...v0.7.0) ⚠️ **This crate has been rewritten from the ground up.** ⚠️ We have entirely reimagined this crate's API, having now rewritten it to use `tower-sessions`. The upshot of this is issues with deadlocks are a thing of the past. However, applications that rely on prior versions of the crate will have to evaluate the new API and decide if it's appropriate to migrate or not. Please review [the documentation](https://docs.rs/axum-login/0.7.0/axum_login/index.html) for an overview of the new API.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 10 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/0f1261/63680e/repos/github/BurntNail/vent":"/tmp/worker/0f1261/63680e/repos/github/BurntNail/vent" -v "/tmp/worker/0f1261/63680e/cache":"/tmp/worker/0f1261/63680e/cache" -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/0f1261/63680e/repos/github/BurntNail/vent" ghcr.io/containerbase/sidecar:9.23.11 bash -l -c "install-tool rust 1.73.0 && cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace"
    Updating crates.io index
error: failed to select a version for `axum-login`.
    ... required by package `vent v0.1.0 (/tmp/worker/0f1261/63680e/repos/github/BurntNail/vent)`
versions that meet the requirements `^0.8` are: 0.8.0

the package `vent` depends on `axum-login`, with features: `postgres` but `axum-login` does not have these features.

failed to select a version for `axum-login` which could resolve this conflict
renovate[bot] commented 10 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.8). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.