breaking: Remove the spa feature which should have been removed in 0.6.0 (#1802)
added: Add Multipart. This is similar to axum::extract::Multipart
except that it enforces field exclusivity at runtime instead of compile time,
as this improves usability (#1692)
added: Implement Clone for CookieJar, PrivateCookieJar and SignedCookieJar (#1808)
fixed: Add #[must_use] attributes to types that do nothing unless used (#1809)
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 backend group with 14 updates:
1.0.76
1.0.79
0.3.0
0.4.0
0.1.75
0.1.77
0.6.20
0.7.3
4.4.11
4.4.14
0.3.29
0.3.30
0.4.21
0.4.22
0.10.61
0.10.62
1.0.193
1.0.195
1.0.108
1.0.111
0.9.28
0.9.30
1.0.51
1.0.56
0.4.4
0.5.0
0.12.0
0.12.1
Updates
anyhow
from 1.0.76 to 1.0.79Release notes
Sourced from anyhow's releases.
Commits
71ab53d
Release 1.0.7960705a5
Merge pull request #340 from dtolnay/depinfo17e252b
Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache04774c0
Merge pull request #338 from dtolnay/nightlyci1fd290c
Make CI verify that error_generic_member_access works in latest nightlyee41470
RUSTC must be set by Cargo for build script38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probeUpdates
askama_axum
from 0.3.0 to 0.4.0Release notes
Sourced from askama_axum's releases.
Commits
f58e26c
Update dependency on error-chain to 0.112bd1745
Add package metadata for new askama_shared crate27ba9ae
Add badge for Gitter chat to README9c4f37c
Decrease coupling with Rocket in generated code0129365
Add documentation on optional features6003615
Allow setting an extension with source attributesddcc045
Make path and source attributes mutually exclusive09514f0
Tighten up and expand documentation on variables697f461
Cover all template() attribute options832c23b
Slightly extend introduction to creating templatesUpdates
async-trait
from 0.1.75 to 0.1.77Release notes
Sourced from async-trait's releases.
Commits
Updates
axum
from 0.6.20 to 0.7.3Release notes
Sourced from axum's releases.
... (truncated)
Commits
fe89ab5
Release (#2461)b494d45
ImplementClone
forRouterIntoService
(#2456)560213a
docs: add clarification about building middleware and error types (#2448)ea6dd51
Enable tracing by default (#2460)12e8c62
Support graceful shutdown onserve
(#2398)56159b0
JsonDeserializer extractor for zero-copy deserialization (#2431)c3db223
Rework error handling example (#2382)6c276c3
Updated docs regarding constraints of Handler arguments (#2451)4f010d9
Updatingtls-rustls
example (#2457)3fda093
Use separate lexical scope for lock guard in docs (#2439)Updates
clap
from 4.4.11 to 4.4.14Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
514f28b
chore: Release1440456
docs: Update changelogd6479ff
Merge pull request #5290 from epage/or02f8214
docs(cookbook): Clarify intent of fake flagsc603f34
Merge pull request #5275 from epage/ci641b42b
chore(ci): Speed up critical path of CI3eaf1af
fix(help): Correctly show help for fake flagsd63106b
docs(cookbook): Allow repeated operators148e102
fix(builder): Allow custom flag definitionsd53d881
docs(cookbook): Demonstrate bad 'find' behaviorUpdates
futures
from 0.3.29 to 0.3.30Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
de1a0fd
Release 0.3.3068d2845
Remove a redundant space in example (#2816)fdd2ce7
Fix broken link inCopyBufAbortable
docs (#2815)272a3c7
Use cfg(target_has_atomic) on no-std targetsc179201
FillBuf: Do not call poll_fill_buf twicee6735f3
FuturesUnordered: Fix clear implementation04d01a0
FuturesOrdered: Use 64-bit indexe4aa659
remove redundant impl Unpin17851c1
provide a mechanism to determine if io read/write halves are from the same st...4910799
provide a non-destructive mechanism to determine if a sink/stream are pairedUpdates
ignore
from 0.4.21 to 0.4.22Commits
2c38975
ignore-0.4.22c8e4a84
cli: prefix all non-fatal error messages with 'rg: 'b9c7749
ignore: fix reference cycle for compiled matchers67dd809
ignore: add some 'allow(dead_code)' annotationse0a8567
complete/fish: improve shell completions for fish56c7ad1
ignore/types: add Lean2a4dba3
ignore/types: add meson.optionsdaa157b
core: actually implement --sortr=path0096c74
grep-0.3.18c48355
deps: bump grep-printer to 0.2.1Updates
openssl
from 0.10.61 to 0.10.62Release notes
Sourced from openssl's releases.
Commits
4c98550
Merge pull request #2133 from alex/bump-for-releasec2c52d8
Release openssl v0.10.62 and openssl-sys v0.9.985176570
Merge pull request #2129 from nicklaswj/add_curve_brainpoolP320r1f6ed2c0
Add nid for curve brainpoolP320r1994939b
Merge pull request #2126 from overvenus/rand-priv-bytes6d2fce2
Fix legacy OpenSSL buildec8f096
Addrand_priv_bytes
5b4edd8
Merge pull request #2124 from botovq/libressl-3904d83202
X509V3_EXT_add_alias() will be removed8a4db4b
X509_PURPOSE_get0() will return a const pointerUpdates
serde
from 1.0.193 to 1.0.195Release notes
Sourced from serde's releases.
Commits
03eec42
Release 1.0.195196f311
Merge pull request #2671 from dtolnay/deadremote38d9e0b
Revert "Add FIXME to fix dead_code warning when using serde(remote)"6502b31
Fix new dead_code warning in tuple struct and tuple variant remote defs6f1a8c3
Add FIXME to fix dead_code warning when using serde(remote)d883c94
Work around dead_code warning in tests961fa59
Merge pull request #2670 from serde-rs/exhaustive8bc71de
Fill in omitted patterns for GenericArguments match7c65a9d
Pick up changes to non_exhaustive_omitted_patterns lintd2d977a
Release 1.0.194Updates
serde_json
from 1.0.108 to 1.0.111Release notes
Sourced from serde_json's releases.
Commits
0131ac6
Release 1.0.11196ecfad
Merge pull request #1100 from heiher/limb-64-la64c80dbaf
Set limb width to 64 for loongarch64df5cf21
Release 1.0.110c35856a
Pull in proc-macro2 sccache fixf88bf1f
Release 1.0.109bb62c73
Merge pull request #1097 from serde-rs/doccfgdf36d10
Restore doc cfg on re-exportsc367091
Merge pull request #1095 from dtolnay/hashtestb328ee7
Eliminate hash closure in favor of calling hash_one directlyUpdates
serde_yaml
from 0.9.28 to 0.9.30Release notes
Sourced from serde_yaml's releases.
Commits
09ee251
Release 0.9.30caea939
Pull in proc-macro2 sccache fixd255918
Merge pull request #403 from dtolnay/optionifletelse8cfeedd
Remove option_if_let_else clippy suppressionb957d2b
Release 0.9.29007fc2d
Merge pull request #401 from dtolnay/unsafeop5bac247
Fill in unsafe blocks inside unsafe functions0f6dba1
Turn on deny(unsafe_op_in_unsafe_fn)Updates
thiserror
from 1.0.51 to 1.0.56Release notes
Sourced from thiserror's releases.
Commits
77d0af4
Release 1.0.56d4caabd
Pull in proc-macro2 sccache fix6089273
Release 1.0.55322a2ae
Merge pull request #280 from dtolnay/depinfofd7d7a5
Emit dep-info for probe.rs in case sccache needs it447c328
Release 1.0.544619db8
Merge pull request #279 from dtolnay/depinfo7b53bff
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-infoe0500ad
Merge pull request #277 from dtolnay/nightlyci48cea47
Make CI verify that error_generic_member_access works in latest nightlyUpdates
tower-http
from 0.4.4 to 0.5.0Release notes
Sourced from tower-http's releases.
Commits
3d3bb02
Release 0.5.0 (#437)04361b7
Upgrade to http-body 1.0 (#348)d2eadcb
Preserve service error type in RequestDecompression (#368)d663cbf
Refactor use of futures crate (#434)38c05ba
Bump MSRV again (#433)f33c3e0
Bump MSRV to 1.63 (#418)e8eb549
Make http-range-header dependency optional (#394)0c50afe
Upgrade http-range-header to 0.4 (#391)Updates
mockall
from 0.12.0 to 0.12.1Changelog
Sourced from mockall's changelog.
Commits
51c4820
chore: Release20e1c6d
chore: Release9406902
Merge pull request #534 from asomers/raw_identifierb252265
Merge pull request #538 from asomers/mit-or-apache80fee05
[skip ci] Clarify license terms71823a3
Fix mocking functions that use raw identifiers for their names.d4e0710
Merge pull request #531 from asomers/concretize-boundsb1f0e78
Fix using #[concretize] on functions with bounded generic types7e4af04
chore: Released605f45
[skip ci] update version number in mockall_double/README.mdDependabot 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