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.
As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.
0.9.33
Fix quadratic parse time for YAML containing deeply nested flow collections (dtolnay/unsafe-libyaml#26)
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
- `@de...
_Description has been truncated_
Bumps the backend group with 15 updates:
1.0.80
1.0.81
0.1.77
0.1.79
0.7.4
0.7.5
4.5.1
4.5.4
0.13.4
0.14.0
0.12.1
0.13.0
9.2.0
9.3.0
0.33.3
0.37.0
1.10.3
1.10.4
0.11.24
0.12.3
1.0.114
1.0.115
0.9.32
0.9.34+deprecated
1.0.57
1.0.58
1.36.0
1.37.0
1.7.0
1.8.0
Updates
anyhow
from 1.0.80 to 1.0.81Release notes
Sourced from anyhow's releases.
Commits
4aad4ed
Release 1.0.818be9091
Merge pull request #354 from dtolnay/deadcodea2eb7dd
Make compatible with -DwarningsUpdates
async-trait
from 0.1.77 to 0.1.79Release notes
Sourced from async-trait's releases.
Commits
1eb21ed
Release 0.1.7982cb95c
Resolve unused field of ReplaceSelf syntax tree visitorcd8286b
Update ui test suite to nightly-2024-03-22c73061d
Release 0.1.78b6314bc
Refactor inferred bound filtering8d51928
Merge pull request #262 from dtolnay/asyncspanc98a408
Minimize use of async token's span in expanded code2f5343c
Merge pull request #261 from dtolnay/inferredbound1a01bb4
Skip needlessly generating inferred bounds during ?Sende68d68c
Merge pull request #260 from dtolnay/qualificationsUpdates
axum
from 0.7.4 to 0.7.5Release notes
Sourced from axum's releases.
Commits
ef8a9e8
Release axum and axum-extra (#2676)c6fd852
Updatesync_wrapper
to 1.0.0 from 0.1.12ec68d6
Add rejection tracing to all extractors (#2584)2ce382f
Remove h2 from dependencies when http2 feature is off (#2605)8b13d4c
Add axum-typed-routing to ECOSYSTEM.md (#2608)19f6f79
Fix layers being cloned for each request (#2586)3569950
Make nightly_error_messages feature compatible with latest nightlyb6b203b
fix typo in prometheus_metrics_example (#2627)b03f6c1
Fix typo in CONTRIBUTING.md (#2612)4d65ba0
ci: Unbreak cargo-deny action (#2613)Updates
clap
from 4.5.1 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
config
from 0.13.4 to 0.14.0Changelog
Sourced from config's changelog.
... (truncated)
Commits
0e4f072
Merge pull request #510 from matthiasbeyer/prepare-release-0.14.x4356c2f
Update version: 0.13.1 -> 0.14.06ad4609
Add changelog for 0.14.0c7ab1c3
Merge pull request #511 from matthiasbeyer/fix-cargo-check-external-types-nig...9c19a27
Fix: cargo-check-external-types must use nightly 2023-10-104457cff
Merge pull request #507 from matthiasbeyer/check-external-types52f5b80
Add CI check to enforce external types check1fe6bf7
Add allowed external types configb3bda2c
Merge pull request #503 from mehcode/dependabot/github_actions/actions/setup-...da6b4e2
Bump actions/setup-python from 4 to 5Updates
deadpool-postgres
from 0.12.1 to 0.13.0Commits
957e126
Release deadpool 0.11 and all deadpool-* crates979f1b2
Add missing linkef54b60
Update Changelogddbfb20
Update rusqlite to version 0.31c558afa
Update config crate to version 0.14f85f8fb
Add cargo-outdated to devcontainerb1cf396
Add cargo-release to devcontainer411ca3d
Move release.toml to project roota0aa79d
Update deadpool-redis changelog4d5d372
Convert CHANGELOG format to "keep a changelog" formatUpdates
jsonwebtoken
from 9.2.0 to 9.3.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
5162702
v9.3.029674b6
Add support for the reject_tokens_expiring_in_less_than option. (#370)aa5266d
Refactor auth0 example (#367)193eb8d
Fix typo in jwk.rs (#353)95cfdfb
Set expected audience to validation in auth0 example (#349)5ae24bb
Forgot something in changelogUpdates
octocrab
from 0.33.3 to 0.37.0Release notes
Sourced from octocrab's releases.
... (truncated)
Changelog
Sourced from octocrab's changelog.
... (truncated)
Commits
314618c
chore: release (#613)4f97859
Update graphql_client requirement from 0.13.0 to 0.14.0 (#617)d3c70a1
Added basic support for getting user profiles (#616)6004d50
fix!: ChangeRate::reset
tou64
(#615)131ddc0
docs: Update manual github app authentication example (#610)344cfa7
chore: release (#609)26dfe07
feat: WASM Support (#591)2c529fb
chore: fix some comments (#611)1cb0d5c
Add status code to GithubError (#607)74f4db5
AddPending
variant tooctocrab::models::workflows::Status
(#604)Updates
regex
from 1.10.3 to 1.10.4Commits
aa2d8bd
1.10.4088d7f3
api: add Cow guarantee to replace APIa5ae351
regex-automata-0.4.69cf4a42
automata: fix bug where reverse NFA lacked an unanchored prefix10fe722
style: clean up some recent lint violationsd7f9347
regex-automata-0.4.507ef7f1
automata: make additional prefileter metadata publicUpdates
reqwest
from 0.11.24 to 0.12.3Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
0720159
v0.12.39209695
Remove duplicate example for ClientBuilder::default_headers (#2236)e3a1565
fix: use lower case domain string when usingresolve
andresolve_to_addrs
...b4c491a
feat: allow fine-grained root certs for rustls (#2232)cf4295d
chore: update winreg to 0.52.0 (#2226)db25e80
chore: upgrade base64 to 0.22 (#2224)13e27b7
fix: response body timeout forwards the size hint872af0c
refactor: upgrade to rustls-pemfile 2 (#2222)68a3f58
fix: stop sending content-length: 0 for GET requests (#2207)14e46ff
FromStr trait implementation for Name (#2212)Updates
serde_json
from 1.0.114 to 1.0.115Release notes
Sourced from serde_json's releases.
Commits
b1ebf38
Release 1.0.115c3dc153
Merge pull request #1119 from titaniumtraveler/pr218770b
Explicitly install a Rust toolchain for cargo-outdated job840da8e
Fix missing backticks in doc comments3a3f61b
Temporarily disable miri on doctests4a0be88
Format regression tests with rustfmtd2dbbf7
Ignore dead code lint in tests8e7b37b
Merge pull request #1118 from serde-rs/transparenta25f6c6
Remove conditional on repr(transparent)fedf834
Ignore non_local_definitions false positive in testUpdates
serde_yaml
from 0.9.32 to 0.9.34+deprecatedRelease notes
Sourced from serde_yaml's releases.
Commits
2009506
Release 0.9.343ba8462
Add unmaintained note77236b0
Ignore dead code lint in testsf4c9ed9
Release 0.9.33b4edaee
Pull in yaml_parser_fetch_more_tokens fix from libyaml8a5542c
Resolve non_local_definitions warning in testUpdates
thiserror
from 1.0.57 to 1.0.58Release notes
Sourced from thiserror's releases.
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lintUpdates
tokio
from 1.36.0 to 1.37.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
9c337ca
chore: prepare Tokio v1.37.0 (#6435)e542501
io: document cancel safety ofAsyncBufReadExt::fill_buf
(#6431)4601c84
stream: addnext_many
andpoll_next_many
toStreamMap
(#6409)deff252
util: document cancel safety ofSinkExt::send
andStreamExt::next
(#6417)4565b81
sync: add arwlock()
method to ownedRwLock
guards (#6418)3ce4720
sync: addis_closed
,is_empty
, andlen
to mpsc receivers (#6348)8342e4b
util: assert compatibility betweenLengthDelimitedCodec
options (#6414)4c453e9
readme: add description about benchmarks (#6425)1846483
sync: expose strong and weak counts of mpsc sender handles (#6405)baad270
sync: add Semaphore example for limiting the number of outgoing requests (#6419)Updates
uuid
from 1.7.0 to 1.8.0Release notes
Sourced from uuid's releases.
Commits
0f2aaae
Merge pull request #747 from uuid-rs/cargo/1.8.001d16c3
prepare for 1.8.0 releasee4746bc
Merge pull request #745 from uuid-rs/ci/outdatedd0396ad
Merge pull request #746 from uuid-rs/chore/draft-link9415ed4
Merge pull request #743 from koshell/main951e8e3
Merge pull request #738 from rerun-io/emilk/wasm-bindgen-only-on-web101aa84
add v6 to v8 draft link to README84dcbba
run outdated on a scheduleca952b1
add a workflow for running cargo outdatedabe995a
Make the toml longer, more complicated, and functionalDependabot 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 - `@de... _Description has been truncated_