Bump serde_yaml from 0.7.5 to 0.8.4
Bumps serde_yaml from 0.7.5 to 0.8.4.
Release notes
Sourced from serde_yaml's releases.
0.8.4
- Limit recursion to 128 levels to avoid stack overflows (#105)
0.8.3
- Fix possible panic during deserialization (#101)
0.8.2
- Documentation improvements
0.8.1
- Documentation improvements
0.8.0
Reduce compile time of Deserialize impls by instantiating fewer Visitor methods when we know the type of data expected (#96)
This is potentially a breaking change for some handwritten Deserialize impls. For example a Deserialize impl that invokes
Deserializer::deserialize_stringwould no longer deserialize successfully from anything but a string in the input data, even if the Visitor impl otherwise supports types other than string. Deserialize impls that support deserializing from multiple different Serde data types need to useDeserializer::deserialize_anyinstead.Preserve integers as integers when serialized by
serde_yaml::to_value(#98)
Commits
c82357aRelease 0.8.4800f477Don't yet use tool attrs because they are not stablec52f1cfFix the recursion limit messages in tests41d5823Merge pull request #105 from xfix/prevent-too-deep-recursion5911699Simplify travis setup7ed76cbBump required version to rustc 1.17e73d282Remove unnecessary quoting around boolean keysb93aff6Prevent too deep recursion49e1e6fRelease 0.8.38fa3e2cMerge pull request #102 from dtolnay/invalid- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.