DDtKey / protect-endpoints

Authorization extension for popular web-frameworks to protect your endpoints
Apache License 2.0
214 stars 16 forks source link

build(deps): update salvo requirement from 0.70.0 to 0.73.0 #115

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 1 month ago

Updates the requirements on salvo to permit the latest version.

Release notes

Sourced from salvo's releases.

v0.73.0

What's Changed

Full Changelog: https://github.com/salvo-rs/salvo/compare/v0.72.4...v0.73.0

Commits
  • 533abb9 Version 0.73.0
  • 7132018 chore(NamedFile): Skip write content-type if it exists (#939)
  • 7e88621 chore(craft-macros): Add #[allow(non_camel_case_types)] (#938)
  • cde829d chore(craft-macros): Improve the robustness of extracting attributes. (#937)
  • 03b9250 chore(craft-macros): When self.0 is shadowed, it is convenient to directly ...
  • 4b72a06 fix: Accepting a Browser Initiated WebTransport Session Always Fails (#935)
  • 2b44c11 chore(craft-macros): Support generic parameters. (#934)
  • 9b5d826 Make Filter::filter async (#933)
  • 7b2377b Version 0.72.4
  • 873a106 fix: Fix with_host and add with_port (#931)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 5 days ago

Superseded by #117.