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.
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 vhost-device group with 9 updates:
0.9.33
0.9.34+deprecated
1.1.2
1.1.3
1.7.0
1.7.1
0.3.2
0.3.3
2.0.1
2.0.2
2.2.5
2.2.6
1.10.3
1.10.4
0.38.31
0.38.32
1.13.1
1.13.2
Updates
serde_yaml
from 0.9.33 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 testsUpdates
aho-corasick
from 1.1.2 to 1.1.3Commits
56256dc
1.1.31b64b22
simd: fix big-endian aarch64 build59b3655
style: clean up lint violationsf227162
benchmarks: import jetscii's benchmarks964a2d5
benchmarks: update aho-corasick engine lock fileUpdates
arc-swap
from 1.7.0 to 1.7.1Changelog
Sourced from arc-swap's changelog.
Commits
Updates
cookie-factory
from 0.3.2 to 0.3.3Commits
d36b805
bump version to 0.3.31c52708
Merge pull request #38 from lu-zero/update-cid4de8ce
Merge pull request #37 from lu-zero/clippy-lints682266c
Rework the CI and the README599c37f
Run rustfmt5fcab76
Apply clippy lints to the testsbeb34c7
Remove travisc529e82
Use vec![0; capacity] to allocate-and-zerof67bb89
Use stream_position since we always seek after399cced
implement AsyncBufWriterUpdates
fastrand
from 2.0.1 to 2.0.2Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
a8f98b4
v2.0.2dda0fe8
Remove unnecesary instantiation35b0ae3
Fix typo (#76)f577814
Always set #![no_std] to fix redundant import warning034e668
docs: Fix CI badge link in readmeUpdates
indexmap
from 2.2.5 to 2.2.6Changelog
Sourced from indexmap's changelog.
Commits
3f0fffb
Merge pull request #323 from cuviper/mutable33c1a7c
Fixunused_imports
b76ff73
Fixclippy::multiple_bound_locations
0060546
Release 2.2.6210b027
Opt-in mutable access on IndexSetUpdates
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
rustix
from 0.38.31 to 0.38.32Commits
647d6c9
chore: Release rustix version 0.38.322fc59e9
Addsetgroups
and fixgetgroups
(#1006)b494d28
Miscellaneous documentation cleanups (#1036)a754c48
Temporarily disable Dragonfly in CI. (#1035)5944bde
Fix compilation errors on armv6k-nintendo-3ds. (#1027)3fb1d16
Add pidfd_send_signal syscall (#1019)966fde1
AddIORING_MSG_RING_FLAGS_PASS
. (#1034)4c3335c
Add mount2 syscall (#1024)a6a5cc8
Add some tests for the module functions. (#1029)7b44528
Update FreeBSD 13 CI image (#1032)Updates
smallvec
from 1.13.1 to 1.13.2Release notes
Sourced from smallvec's releases.
Commits
0089d0a
Bump version to 1.13.2b1d2814
Fix UB on out-of-bounds insert()3057362
Stop passing tag-raw-ptrs to MIRIFLAGSf6665a5
Add more tests for UBDependabot 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