This is a maintenance release, mostly to get some dependency updates out, but
also with some fixes and changes that have piled up over a rather long time.
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 6 updates in the / directory:
1.0.91
1.0.92
0.13.4
0.14.1
0.33.3
0.41.2
0.12.8
0.12.9
1.0.213
1.0.214
1.0.65
1.0.68
Updates
anyhow
from 1.0.91 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntaxUpdates
config
from 0.13.4 to 0.14.1Changelog
Sourced from config's changelog.
... (truncated)
Commits
51acc67
chore: Release config version 0.14.19ab25ad
docs: Update changelog956573e
Merge pull request #515 from epage/lazy8ec4b69
chore(deps): Update Rust Stable to v1.82 (#586)9ddd0b9
refactor: Drop lazy_static dependency6e4e022
Merge pull request #585 from epage/template3b21c64
chore(ci): Avoid disk space issues from cargo-hack42db924
chore(ci): Hack around bad minimal versions02f59dd
test: Isolate unix-only test resultcfc9034
chore(ci): Update typosUpdates
octocrab
from 0.33.3 to 0.41.2Release notes
Sourced from octocrab's releases.
... (truncated)
Changelog
Sourced from octocrab's changelog.
... (truncated)
Commits
32c1467
Update CHANGELOG.md597c127
chore: release v0.41.235f78b5
Update tower dependency from 0.4.13 to 0.5.1 (#722)180f617
fix: rustls hard-dependency (#709)766962c
added user's social accounts operations (/user/social_accounts) (#723)d676963
added auth.user's git_ssh_keys operations (#719)227716f
fix: crate build issues withstream
feature (#711)9647ad4
chore: Remove --verbose (#716)02c8ac3
chore: release (#713)b6c30d1
added user's gpg_keys operations (#717)Updates
reqwest
from 0.12.8 to 0.12.9Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
797df2b
v0.12.964aa7d1
add webpki roots option for rustls no provider setup (#2447)598f857
Add content length to async_impl::multipart file streams (#2459)d99e90d
fix: re-enable verbose connection read logs (#2454)aba01ff
feat: Add support for Certificate Revocation Lists (#2433)3ad6e02
refactor: remove internal proxy sys cache (#2442)Updates
serde
from 1.0.213 to 1.0.214Release notes
Sourced from serde's releases.
Commits
4180621
Release 1.0.214210373b
Merge pull request #2568 from Mingun/into_deserializer-for-deserializers9cda015
Implement IntoDeserializer for all Deserializers in serde::de::value moduleUpdates
thiserror
from 1.0.65 to 1.0.68Release notes
Sourced from thiserror's releases.
Commits
8d06fb5
Release 1.0.68372fd8a
Merge pull request #344 from dtolnay/binop08f8992
Disregard equality binop in fallback parserd2a823d
Merge pull request #343 from dtolnay/unnamedb3bf7a6
Add logic to determine whether unnamed fmt arguments are present490f9c0
Merge pull request #342 from dtolnay/synfull7daf1b1
Defer is_syn_full() call until first expressionc92ac99
Merge pull request #341 from dtolnay/parsescan40a53f7
Interleave Expr parsing and scanning better925f2dd
Release 1.0.67Dependabot 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