aws-nitro-enclaves-cli
aws-nitro-enclaves-cli copied to clipboard
build(deps): bump serde_yaml from 0.8.26 to 0.9.29
Bumps serde_yaml from 0.8.26 to 0.9.29.
Release notes
Sourced from serde_yaml's releases.
0.9.29
- Turn on
deny(unsafe_op_in_unsafe_fn)lint0.9.28
- Update
unsafe-libyamldependency to pull in unaligned write fix0.9.27
- Always serialize serde_yaml::Number containing NaN as a positive NaN (#394)
0.9.26
0.9.25
- Serialize using quoted style around scalar that has digits with leading zero (#347)
0.9.24
- Implement FromStr for serde_yaml::Number (#381)
0.9.23
- Documentation improvements
0.9.22
- Update indexmap dependency to version 2
0.9.21
- Make
Tag::newpanic if given empty string, since YAML has no syntax for an empty tag0.9.20
- Allow an empty YAML document to deserialize to
NoneorValue::Null, in addition to the previously supported empty vector, empty map, and struct with no required fields0.9.19
0.9.18
- Add support for emitting Unicode characters over codepoint U+FFFF (#356)
0.9.17
- Improve Debug representation of some error messages
0.9.16
- Opt out of
-Zrustdoc-scrape-exampleson docs.rs for now0.9.15
- Documentation improvements
0.9.14
- Implement
DeserializerforTaggedValueand&TaggedValue(#339)0.9.13
- Recognize
True,TRUE,False,FALSEas booleans,Null,NULLas null (#330)
... (truncated)
Commits
b957d2bRelease 0.9.29007fc2dMerge pull request #401 from dtolnay/unsafeop5bac247Fill in unsafe blocks inside unsafe functions0f6dba1Turn on deny(unsafe_op_in_unsafe_fn)1b6e448Release 0.9.28ec1a314Force unsafe-libyaml version that contains unaligned write fixa6b2dc0Update name of blocks_in_if_conditions clippy lint66ec2cfRelease 0.9.2723069f2Merge pull request #394 from dtolnay/numbernan1cda03fDestroy NaN signaling and payload too- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.