mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
chore(deps): Bump actix-web from 4.6.0 to 4.7.0 (#1369)
Bumps [actix-web](https://github.com/actix/actix-web) from 4.6.0 to 4.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-web's releases</a>.</em></p> <blockquote> <h2>actix-web: v4.7.0</h2> <h3>Added</h3> <ul> <li>Add <code>#[scope]</code> macro.</li> <li>Add <code>middleware::Identity</code> type.</li> <li>Add <code>CustomizeResponder::add_cookie()</code> method.</li> <li>Add <code>guard::GuardContext::app_data()</code> method.</li> <li>Add <code>compat-routing-macros-force-pub</code> crate feature which (on-by-default) which, when disabled, causes handlers to inherit their attached function's visibility.</li> <li>Add <code>compat</code> crate feature group (on-by-default) which, when disabled, helps with transitioning to some planned v5.0 breaking changes, starting only with <code>compat-routing-macros-force-pub</code>.</li> <li>Implement <code>From<Box<dyn ResponseError>></code> for <code>Error</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a5c78483f9
"><code>a5c7848</code></a> chore(actix-web): prepare release 4.7.0</li> <li><a href="12a0521ef8
"><code>12a0521</code></a> chore(actix-multipart): prepare release 0.6.2</li> <li><a href="b4faf8820c
"><code>b4faf88</code></a> chore(actix-web-codegen): prepare release 4.3.0</li> <li><a href="d6f885127d
"><code>d6f8851</code></a> chore(actix-test): prepare release 0.1.4</li> <li><a href="ebc43dcf1b
"><code>ebc43dc</code></a> feat: forwards-compatibility for handler visibility inheritance fix (<a href="https://redirect.github.com/actix/actix-web/issues/3391">#3391</a>)</li> <li><a href="7c4c26d2df
"><code>7c4c26d</code></a> feat: expose Identity middleware (<a href="https://redirect.github.com/actix/actix-web/issues/3390">#3390</a>)</li> <li><a href="3db7891303
"><code>3db7891</code></a> Scope macro (<a href="https://redirect.github.com/actix/actix-web/issues/3136">#3136</a>)</li> <li><a href="c366649516
"><code>c366649</code></a> docs: example of CPU core pinning</li> <li><a href="534cfe1fda
"><code>534cfe1</code></a> feat: add .customize().add_cookie() (<a href="https://redirect.github.com/actix/actix-web/issues/3215">#3215</a>)</li> <li><a href="cff958e518
"><code>cff958e</code></a> chore: address clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/web-v4.6.0...web-v4.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-web&package-manager=cargo&previous-version=4.6.0&new-version=4.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
683ce627cf
commit
da681ddd94
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -149,9 +149,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-web"
|
name = "actix-web"
|
||||||
version = "4.6.0"
|
version = "4.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b1cf67dadb19d7c95e5a299e2dda24193b89d5d4f33a3b9800888ede9e19aa32"
|
checksum = "5d6316df3fa569627c98b12557a8b6ff0674e5be4bb9b5e4ae2550ddb4964ed6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-codec",
|
"actix-codec",
|
||||||
"actix-http",
|
"actix-http",
|
||||||
@ -190,9 +190,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-web-codegen"
|
name = "actix-web-codegen"
|
||||||
version = "4.2.2"
|
version = "4.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
|
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-router",
|
"actix-router",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
@ -2396,7 +2396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"windows-targets 0.48.5",
|
"windows-targets 0.52.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
Loading…
Reference in New Issue
Block a user