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.7 #185

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

maxcountryman/axum-login (axum-login) ### [`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/43899c/d450d5/repos/github/BurntNail/knot":"/tmp/worker/43899c/d450d5/repos/github/BurntNail/knot" -v "/tmp/worker/43899c/d450d5/cache":"/tmp/worker/43899c/d450d5/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/43899c/d450d5/repos/github/BurntNail/knot" 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 `knot v0.1.0 (/tmp/worker/43899c/d450d5/repos/github/BurntNail/knot)`
versions that meet the requirements `^0.7` are: 0.7.0

the package `knot` 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
BurntNail commented 10 months ago

I'll do my own thing

renovate[bot] commented 10 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.7). 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.