Add compat-routing-macros-force-pub crate feature which (on-by-default) which, when disabled, causes handlers to inherit their attached function's visibility.
Add compat crate feature group (on-by-default) which, when disabled, helps with transitioning to some planned v5.0 breaking changes, starting only with compat-routing-macros-force-pub.
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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the rust group with 6 updates:
0.13.3
0.13.5
4.6.0
4.7.0
0.6.5
0.6.6
0.8.13
0.8.14
0.7.10
0.7.11
0.56.0
0.57.0
Updates
actix
from 0.13.3 to 0.13.5Release notes
Sourced from actix's releases.
Commits
3815025
chore(actix): prepare release 0.13.55c307dd
ci: remove doc uploads5e5ec1c
Make it possible to useRegistry
without requiringArbiterService
(#550)706f8a1
chore(actix): prepare release 0.13.4377c29f
docs: remove useless release dates from changelog8a7c334
Add run_interval_at to AsyncContext (#581)73c2f35
chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#592)0781000
chore(deps): bump JamesIves/github-pages-deploy-action (#590)3b8e021
ci: use just recipesfe8355d
chore(deps): bump codecov/codecov-action from 4.1.0 to 4.3.1 (#589)Updates
actix-web
from 4.6.0 to 4.7.0Release notes
Sourced from actix-web's releases.
Commits
a5c7848
chore(actix-web): prepare release 4.7.012a0521
chore(actix-multipart): prepare release 0.6.2b4faf88
chore(actix-web-codegen): prepare release 4.3.0d6f8851
chore(actix-test): prepare release 0.1.4ebc43dc
feat: forwards-compatibility for handler visibility inheritance fix (#3391)7c4c26d
feat: expose Identity middleware (#3390)3db7891
Scope macro (#3136)c366649
docs: example of CPU core pinning534cfe1
feat: add .customize().add_cookie() (#3215)cff958e
chore: address clippy lintUpdates
actix-files
from 0.6.5 to 0.6.6Release notes
Sourced from actix-files's releases.
Changelog
Sourced from actix-files's changelog.
Commits
16906c5
clippy warnings45e9aaa
rustfmt 0.7564cc15
update changes8fd18d5
Merge pull request #227 from qrvaelet/rangesa5692d4
Merge branch 'master' into ranges2d83f79
NamedFile: added ranges support, content-length supportf3ece74
better error handling8de1f60
add session extractor doc apib4252f8
implement extractor for Sessionfe2b50a
update changelogUpdates
toml
from 0.8.13 to 0.8.14Commits
c383efa
chore: Release7bb1781
docs: Update changelog0af6deb
Merge pull request #740 from epage/key-quotesc9e36e7
fix(encode): Prefer literals over escaping double-quotes42f7a1b
test(encode): Show existing quote behavior9e6290f
chore(deps): Update compatible (dev) (#737)dbf1cc1
Merge pull request #736 from epage/snapboxec9bfd7
chore: Update to snapbox 0.6881bf67
chore: Remove unused featuresb62c76e
refactor: Resolve deprecationsUpdates
tracing-actix-web
from 0.7.10 to 0.7.11Commits
516e90c
chore: Released3b81c4
Support otel 0.23 (#124)Updates
windows
from 0.56.0 to 0.57.0Commits
1594788
Release 0.57.0 (#3081)21d17ab
Add WinRTnoexcept
support (#3070)7d94387
OptimizeIUnknown
identity checks (#3073)4572dcd
Removeunused_qualifications
(#3078)a623c3f
Fix warnings from Rust 1.80.0 nightly (#3074)0940e1f
Check for null pointers in coreIInspectable
implementation (#3057)8b4a185
Use default rustfmt config for most crates (#3064)b8586ad
Fix Debug impls for COM interfaces (#3066)dbc3932
Fix bug in COM interface chain support (#3060)71f8c2a
Fix handling of COM interfaces with same method name (#3059)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