fix(deps): update rust crate serde_yaml to 0.9.34
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
serde_yaml | dependencies | patch |
0.9.30 -> 0.9.34
|
Release Notes
dtolnay/serde-yaml (serde_yaml)
v0.9.34
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.
v0.9.33
- Fix quadratic parse time for YAML containing deeply nested flow collections (https://github.com/dtolnay/unsafe-libyaml/issues/26)
v0.9.32
- Fix unused_imports warnings when compiled by rustc 1.78
v0.9.31
- Add
swap_remove
andshift_remove
methods on Mapping (#408)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.