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 the actix group with 2 updates #318

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the actix group with 2 updates: actix-http and actix-cors.

Updates actix-http from 3.5.1 to 3.6.0

Release notes

Sourced from actix-http's releases.

actix-http: v3.6.0

Added

  • Add rustls-0_22 crate feature.
  • Add {h1::H1Service, h2::H2Service, HttpService}::rustls_0_22() and HttpService::rustls_0_22_with_config() service constructors.
  • Implement From<&HeaderMap> for http::HeaderMap.
Commits
  • 59bc85f chore(actix-http-test): prepare release 3.2.0
  • 3f2fd2d chore(actix-test): prepare release 0.1.3
  • 17ed73b chore(actix-web-actors): prepare release 4.3.0
  • 73fa118 chore(awc): prepare release 3.4.0
  • 8e9e9fb chore(actix-web): prepare release 4.5.0
  • 8db3de6 chore(actix-http): prepare release 3.6.0
  • 2125aca Rustls v0.22 support (#3275)
  • b1eb57a Update Cargo.toml (#3276)
  • ae7736f Implement From\<&HeaderMap> for http::HeaderMap (#3230)
  • c1f88f7 build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.0 (#3272)
  • Additional commits viewable in compare view

Updates actix-cors from 0.6.5 to 0.7.0

Release notes

Sourced from actix-cors's releases.

actix-protobuf: v0.7.0

  • Update actix-web dependency to 4.

actix-session: v0.7.0

  • Added TtlExtensionPolicy enum to support different strategies for extending the TTL attached to the session state. TtlExtensionPolicy::OnEveryRequest now allows for long-lived sessions that do not expire if the user remains active. #233
  • SessionLength is now called SessionLifecycle. #233
  • SessionLength::Predetermined is now called SessionLifecycle::PersistentSession. #233
  • The fields for Both SessionLength variants have been extracted into separate types (PersistentSession and BrowserSession). All fields are now private, manipulated via methods, to allow adding more configuration parameters in the future in a non-breaking fashion. #233
  • SessionLength::Predetermined::max_session_length is now called PersistentSession::session_ttl. #233
  • SessionLength::BrowserSession::state_ttl is now called BrowserSession::session_state_ttl. #233
  • SessionMiddlewareBuilder::max_session_length is now called SessionMiddlewareBuilder::session_lifecycle. #233
  • The SessionStore trait requires the implementation of a new method, SessionStore::update_ttl. #233
  • All types used to configure SessionMiddleware have been moved to the config sub-module. #233
  • Update actix dependency to 0.13.
  • Update actix-redis dependency to 0.12.
  • Minimum supported Rust version (MSRV) is now 1.57 due to transitive time dependency.

#233: actix/actix-extras#233

actix-web-httpauth: v0.7.0

  • Auth validator functions now need to return (Error, ServiceRequest) in error cases. #260
  • Minimum supported Rust version (MSRV) is now 1.57 due to transitive time dependency.

#260: actix/actix-extras#260

actix-settings: v0.7.0

  • The ApplySettings trait now includes a type parameter, allowing multiple types to be implemented per configuration target.
  • Implement ApplySettings for ActixSettings.
  • BasicSettings::from_default_template() is now infallible.
  • Rename AtError => Error.
  • Remove AtResult type alias.
  • Update toml dependency to 0.8.
  • Remove ioe dependency; std::io::Error is now used directly.
  • Remove Clone implementation for Error.
  • Implement Display for Error.
  • Implement std's Error for Error.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-cors: v0.7.0

  • Cors is now marked #[must_use].
  • Default for Cors::block_on_origin_mismatch is now false.
  • Minimum supported Rust version (MSRV) is now 1.75.

... (truncated)

Commits
  • c62b271 chore(actix-cors): prepare release 0.7.0
  • 320cbeb chore: fmt markdowns
  • 0c859a9 docs(cors): use cargo-rdme
  • d55fc6d fix!(cors): default block_on_origin_mismatch to false (#379)
  • e2bf504 feat(session): use real async traits (#365)
  • 77b8dcd chore: clippy
  • b694c93 mark Cors builder as must_use
  • 57eaad2 build(deps): bump taiki-e/install-action from 2.23.1 to 2.23.7 (#377)
  • 0cb0e28 ci: combine install steps
  • 8049a75 ci: use cargo-ci-clean-cache
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 1, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-c1627f590c branch 7 times, most recently from bae1be9 to 496ec48 Compare March 1, 2024 03:12
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-c1627f590c branch from 496ec48 to bb1b0c2 Compare March 22, 2024 06:27
Bumps the actix group with 2 updates: [actix-http](https://github.com/actix/actix-web) and [actix-cors](https://github.com/actix/actix-extras).


Updates `actix-http` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@http-v3.5.1...http-v3.6.0)

Updates `actix-cors` from 0.6.5 to 0.7.0
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@cors-v0.6.5...cors-v0.7.0)

---
updated-dependencies:
- dependency-name: actix-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actix
- dependency-name: actix-cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actix
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-c1627f590c branch from bb1b0c2 to 8c35c61 Compare May 1, 2024 02:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #345.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/actix-c1627f590c branch June 1, 2024 02:44
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants