serde_yaml is deprecated will complain about it, and it's also discussed here:https://users.rust-lang.org/t/serde-yaml-deprecation-alternatives/108868
I noticed that one of the dependencies forconfyis theserde_yamlcrate which has been explicitly deprecated as unmaintained upstream. Perhaps confy should switch toserde_ymlor something similar instead, for its yaml support? @Zykinomentioned I address this in#100. For completeness I'll also add ...
The renovate bot is having trouble with the -deprecated marker the "problem" is that -deprecated is treated as a pre-release indicator and renovate by default is not updating from a regular release to a pre-release. we could disable https://docs.renovatebot.com/configuration-options/#ignore...
Describe the Bug There are a couple of issues with the current yaml library. serde_yaml is deprecated serde_yaml does not seem to create properly formatted yaml, e.g. "expected" output test fixtures do not meet yaml lint requirements Exp...
Description This PR fixes #14339. Since serde_yaml is already deprecated, replaced it with serde_yml. After this change, the to yaml boolean parsing issue in #14339 is also fixed. Now the command ...
Update YAML link as dtolnay/serde-yaml is deprecated 925bd11 dtolnay reviewed Feb 17, 2025 View reviewed changes Member dtolnay left a comment Thanks for the PR. I am not going to be interested in endorsing any YAML 1.1 based or libyaml-based YAML crate. Someone should work on a ...