Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

build(deps): bump axum-extra from 0.3.7 to 0.5.0#268

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/axum-extra-0.5.0
Closed

build(deps): bump axum-extra from 0.3.7 to 0.5.0#268
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/axum-extra-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 13, 2023

Copy link
Copy Markdown
Contributor

Bumps axum-extra from 0.3.7 to 0.5.0.

Release notes

Sourced from axum-extra's releases.

axum-extra - v0.5.0

  • added: Add option_layer for converting an Option<Layer> into a Layer (#1696)
  • added: Implement Layer and Service for Either (#1696)
  • added: Add TypedPath::with_query_params (#1744)
  • breaking: Update to [cookie] 0.17 (#1747)

#1696: tokio-rs/axum#1696 #1744: tokio-rs/axum#1744 #1747: tokio-rs/axum#1747 [cookie]: https://crates.io/crates/cookie

axum-extra - v0.4.2

  • fixed: Bug fixes for RouterExt:{route_with_tsr, route_service_with_tsr} (#1608):
    • Redirects to the correct URI if the route contains path parameters
    • Keeps query parameters when redirecting
    • Better improved error message if adding route for /

#1608: tokio-rs/axum#1608

axum-extra - v0.4.1

  • fixed: Fix wrong From impl for Resource (#1589)

#1589: tokio-rs/axum#1589

axum-extra - v0.4.0

  • added: Add RouterExt::route_with_tsr for adding routes with an additional "trailing slash redirect" route (#1119)
  • added: Support chaining handlers with HandlerCallWithExtractors::or (#1170)
  • added: Add Protocol Buffer extractor and response (#1239)
  • added: Add Either* types for combining extractors and responses into a single type (#1263)
  • added: WithRejection extractor for customizing other extractors' rejections (#1262)
  • added: Add sync constructors to CookieJar, PrivateCookieJar, and SignedCookieJar so they're easier to use in custom middleware
  • changed: For methods that accept some S: Service, the bounds have been relaxed so the return type can be any type that implements IntoResponse rather than being a literal Response
  • change: axum-extra's MSRV is now 1.60 (#1239)
  • breaking: Form has a new rejection type (#1496)
  • breaking: Query has a new rejection type (#1496)
  • breaking: Resource::nest and Resource::nest_collection have been removed. You can instead convert the Resource into a Router and add additional routes as necessary (#1086)
  • breaking: SignedCookieJar and PrivateCookieJar now extracts the keys from the router's state, rather than extensions
  • breaking: Resource has a new S type param which represents the state (#1155)
  • breaking: RouterExt::route_with_tsr now only accepts MethodRouters (#1155)
  • added: RouterExt::route_service_with_tsr for routing to any Service (#1155)

#1086: tokio-rs/axum#1086

... (truncated)

Commits

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 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)

@dependabot dependabot Bot requested review from a team, bstrie and haraldh as code owners February 13, 2023 10:20
@dependabot dependabot Bot added dependencies rust Pull requests that update Rust code labels Feb 13, 2023
@dependabot dependabot Bot force-pushed the dependabot/cargo/axum-extra-0.5.0 branch from 0812606 to a471950 Compare February 27, 2023 15:40
@dependabot dependabot Bot force-pushed the dependabot/cargo/axum-extra-0.5.0 branch from a471950 to ac7cd40 Compare February 28, 2023 16:35
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.7 to 0.5.0.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.3.7...axum-extra-v0.5.0)

---
updated-dependencies:
- dependency-name: axum-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/axum-extra-0.5.0 branch from ac7cd40 to e7bff62 Compare March 8, 2023 00:49
@dependabot @github

dependabot Bot commented on behalf of github Mar 13, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #286.

@dependabot dependabot Bot closed this Mar 13, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/axum-extra-0.5.0 branch March 13, 2023 10:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant