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 tower-sessions to 0.8 #210

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tower-sessions dependencies minor 0.7 -> 0.8

Release Notes

maxcountryman/tower-sessions (tower-sessions) ### [`v0.8.2`](https://togithub.com/maxcountryman/tower-sessions/blob/HEAD/CHANGELOG.md#082) [Compare Source](https://togithub.com/maxcountryman/tower-sessions/compare/v0.8.1...v0.8.2) - Derive `PartialEq` for `Record`. [#​125](https://togithub.com/maxcountryman/tower-sessions/issues/125) ### [`v0.8.1`](https://togithub.com/maxcountryman/tower-sessions/blob/HEAD/CHANGELOG.md#081) [Compare Source](https://togithub.com/maxcountryman/tower-sessions/compare/v0.8.0...v0.8.1) - Allow constructing `RedisStore` from `RedisPool`. [#​122](https://togithub.com/maxcountryman/tower-sessions/issues/122) ### [`v0.8.0`](https://togithub.com/maxcountryman/tower-sessions/blob/HEAD/CHANGELOG.md#080) [Compare Source](https://togithub.com/maxcountryman/tower-sessions/compare/v0.7.0...v0.8.0) **Breaking Changes** - Lazy sessions. [#​112](https://togithub.com/maxcountryman/tower-sessions/issues/112) Among other things, session methods are now entirely async, meaning applications must be updated to await these methods in order to migrate. Separately, `SessionStore` has been updated to use a `Record` intermediary. As such, `SessionStore` implementations must be updated accordingly. Session stores now use a concrete error type that must be used in implementations of `SessionStore`. The `secure` cookie attribute now defaults to `true`.

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 9 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: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package tower-sessions@0.7.0 --precise 0.8.2
error: package ID specification `tower-sessions@0.7.0` did not match any packages
Did you mean one of these?

  tower-sessions@0.8.0