hut8 / wikiwalk

Shortest path algorithm between pages on Wikipedia
MIT License
3 stars 0 forks source link

Bump actix-web-lab from 0.20.2 to 0.22.0 #190

Closed dependabot[bot] closed 5 hours ago

dependabot[bot] commented 1 month ago

Bumps actix-web-lab from 0.20.2 to 0.22.0.

Release notes

Sourced from actix-web-lab's releases.

actix-web-lab: v0.22.0

  • Add extract::QueryDeserializeError type.
  • Re-work Query deserialization error handling.
  • Implement Clone for extract::Path<T: Clone>.
  • The Deref implementation for header::CacheControl now returns a slice instead of a Vec.
  • Deprecate middleware::from_fn() now it has graduated to Actix Web.
  • Deprecate extract::ThinData now it has graduated to Actix Web.

actix-web-lab: v0.21.0

  • Remove use of async-trait on RequestSignatureScheme trait.
  • Deprecate respond::Html now it has graduated to Actix Web.
Commits
  • 1574c3f chore(actix-web-lab-derive): prepare release 0.22.0
  • 444984f chore(actix-web-lab): prepare release 0.22.0
  • 0ba44a4 feat: include path in query deser error type
  • 46d1b5c build: add external types checks
  • 1c09761 chore: disallow "e" bindings
  • 5ec1f08 chore: deprecate from_fn
  • 79306b6 chore: deprecate ThinData
  • 7e9759f refactor: update derive_more to v1
  • 4cdd918 chore: address clippy lints
  • ba3c64c chore: fix lints config
  • Additional commits viewable in compare view


Dependabot compatibility score

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

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

hut8 commented 5 hours ago

@dependabot rebase

dependabot[bot] commented 5 hours ago

Superseded by #199.