Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actix-session from 0.9.0 to 0.10.0 #142

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps actix-session from 0.9.0 to 0.10.0.

Release notes

Sourced from actix-session's releases.

actix-redis: v0.10.0

  • Update actix-web dependency to 4.

actix-protobuf: v0.10.0

  • Updated prost dependency to 0.12.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-session: v0.10.0

  • Add redis-session-rustls crate feature that enables rustls-secured Redis sessions.
  • Add redis-pool crate feature (off-by-default) which enables RedisSessionStore::{new, builder}_pooled() constructors.
  • Rename redis-rs-session crate feature to redis-session.
  • Rename redis-rs-tls-session crate feature to redis-session-native-tls.
  • Remove redis-actor-session crate feature (and, therefore, the actix-redis based storage backend).
  • Expose storage::generate_session_key().
  • Update redis dependency to 0.26.

actix-redis: v0.10.0-beta.6

  • Update actix-web dependency to 4.0.0-rc.1.

actix-redis: v0.10.0-beta.5

  • Update actix-web dependency to 4.0.0.beta-18. #218
  • Minimum supported Rust version (MSRV) is now 1.54.

#218: actix/actix-extras#218

actix-redis: v0.10.0-beta.4

  • A session will be created in Redis if and only if there is some data inside the session state. This reduces the performance impact of RedisSession on routes that do not leverage sessions. #207
  • Update actix-web dependency to 4.0.0.beta-14. #209

#207: actix/actix-extras#207 #209: actix/actix-extras#209

actix-redis: v0.10.0-beta.3

  • Update actix-web dependency to v4.0.0-beta.10. #203
  • Minimum supported Rust version (MSRV) is now 1.52.

#203: actix/actix-extras#203

actix-redis: v0.10.0-beta.1

  • Update actix-web dependency to 4.0.0 beta.
  • Minimum supported Rust version (MSRV) is now 1.46.0.

... (truncated)

Commits
  • fd272f8 prepare actix-web-httpauth release 0.6.0
  • 2e86fb9 prepare actix-identity release 0.4.0
  • 9e91149 prepare actix-protobuf release 0.7.0
  • ef8f33e prepare actix-redis release 0.10.0
  • c805dd7 prepare actix-session release 0.5.0
  • 3959c55 prepare actix-cors release 0.6.0
  • 73a5ae9 update actix-web dependency to 4.0
  • d46ee46 update examples links
  • ff38ba2 prepare actix-redis release 0.10.0-beta.6
  • 0037854 prepare actix-session release 0.5.0-beta.8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actix-session](https://github.com/actix/actix-extras) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@redis-v0.9.0...redis-v0.10.0)

---
updated-dependencies:
- dependency-name: actix-session
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2024

Superseded by #150.

@dependabot dependabot bot closed this Sep 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/actix-session-0.10.0 branch September 13, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants