fix(deps): update cargo pre-1.0 packages (minor)#294
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
9 times, most recently
from
March 23, 2023 16:45
4b94094 to
e8ff1a8
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
6 times, most recently
from
April 7, 2023 17:26
9c31698 to
c5547eb
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
5 times, most recently
from
April 18, 2023 21:38
efddb67 to
337f765
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
April 20, 2023 21:12
f23f528 to
48bcaec
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
3 times, most recently
from
May 8, 2023 21:35
e44e15b to
65aef94
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
5 times, most recently
from
May 17, 2023 18:23
6ff24c6 to
d7132fd
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
June 15, 2023 22:44
b4f36d2 to
e790767
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
11 times, most recently
from
July 3, 2023 13:10
258eacf to
498a4b8
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
7 times, most recently
from
July 10, 2023 18:54
aadd34c to
789d446
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
8 times, most recently
from
July 19, 2023 23:52
cc1e2c5 to
fc0399e
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.21.0→0.26.00.8→0.90.8→0.9Release Notes
la10736/rstest (rstest)
v0.26.1Compare Source
Fixed
v0.26.0Compare Source
Changed
#[files(...)]attribute now ignores matched directory paths by default.See #306 thanks to @Obito-git.
Add
#[dirs]attribute, which can be used with#[files(...)]to explicitly include directory paths.See #306 thanks to @Obito-git.
#[test_attr]to define test attribute explicit and also enable the use of#[macro_rules_attribute::apply(<macro>)]: naw alsosmolworks. See#303
#311
#315
thanks to @coriolinus.
Fixed
1.89.0-nightlyrstestexpansion.See #313
#[files(...)]attribute now works reliably on Windows.v0.25.0Compare Source
Changed
(see #291 thanks to @kezhuw).
Add
#[mode = ...]attribute to be used with the#[files(...)]attribute to change the waythe files get passed to the test.
(see #295 thanks to @lucascool12)
v0.24.0Compare Source
Changed
Add
#![no_std]support: now you can userstestalso inno_stdlib(see #282 thanks to @rnbguy)
#[context]to have test function name and other useful thighs onthe tip of your fingers (see #177)
v0.23.0Compare Source
Add
#[files]with an optional default value (see #277).#[files]with the$[base_dir = "..."]attribute (see #277).v0.22.0Compare Source
Changed
Add
#[ignore]attribute to ignore test parameters during fixtures resolution/injection. See #228 for detailsFixed
dtolnay/serde-yaml (serde_yaml)
v0.9.34Compare Source
As of this release, I am not planning to publish further versions of
serde_yamlas 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.33Compare Source
v0.9.32Compare Source
v0.9.31Compare Source
swap_removeandshift_removemethods on Mapping (#408)v0.9.30Compare Source
v0.9.29Compare Source
deny(unsafe_op_in_unsafe_fn)lintv0.9.28Compare Source
unsafe-libyamldependency to pull in unaligned write fixv0.9.27Compare Source
v0.9.26Compare Source
.nanis deserialized as a positive NaN (#392, #393)v0.9.25Compare Source
v0.9.24Compare Source
v0.9.23Compare Source
v0.9.22Compare Source
v0.9.21Compare Source
Tag::newpanic if given empty string, since YAML has no syntax for an empty tagv0.9.20Compare Source
NoneorValue::Null, in addition to the previously supported empty vector, empty map, and struct with no required fieldsv0.9.19Compare Source
Displayandsource()(#359, #360)v0.9.18Compare Source
v0.9.17Compare Source
v0.9.16Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv0.9.15Compare Source
v0.9.14Compare Source
DeserializerforTaggedValueand&TaggedValue(#339)v0.9.13Compare Source
True,TRUE,False,FALSEas booleans,Null,NULLas null (#330)v0.9.12Compare Source
Support deserializing tagged literal scalar into primitive (#327)
v0.9.11Compare Source
v0.9.10Compare Source
DisplayforNumberproduce the same representation as serializing (#316)v0.9.9Compare Source
v0.9.8Compare Source
TaggedValuewhen used withto_value(#313)v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
Displaytrait forserde_yaml::value::Tag(#307, thanks @masinc)v0.9.4Compare Source
serde_yaml::with::singleton_mapfor serialization of enums as a 1-entry map (#300)MappingorValue(#301)v0.9.3Compare Source
v0.9.2Compare Source
Debugrepresentation ofserde_yaml::Errorv0.9.1Compare Source
v0.9.0Compare Source
API documentation: https://docs.rs/serde_yaml/0.9
Highlights
The
serde_yaml::Valueenum gains aTaggedvariant which represents the deserialization of YAML's!Tagsyntax. Tagged scalars, sequences, and mappings are all supported.An empty YAML input (or document containing only comments) will deserialize successfully to an empty map, empty sequence, or Serde struct as long as the struct has only optional fields. Previously this would error.
A new
.apply_merge()method onValueimplements YAML's<<merge key convention.The
Debugrepresentation ofserde_yaml::Valuehas gotten vastly better (#287).Deserialization of borrowed strings now works.
Value's andMapping's methodsgetandget_muthave been generalized to support a &str argument, as opposed to requiring you to allocate and construct aValue::Stringfor indexing into another existingValue.Mappingexposes more APIs that have become conventional on map data structures, such as.keys(),.values(),.into_keys(),.into_values(),.values_mut(), and.retain(|k, v| …).Breaking changes
Serialization no longer produces leading
---\non the serialized output. You can prepend this yourself if your use case demands it.Serialization of enum variants is now based on YAML's
!Tagsyntax, rather than JSON-style singleton maps.A bunch of non-base-10 edge cases in number parsing have been resolved. For example
0x+1and++0x1are now parsed as strings, whereas they used to be incorrectly treated as numbers.Deserializers obtained through iteration can no longer be iterated further:
The abandoned yaml-rust crate is no longer used as the YAML backend. The new libyaml-based backend surely has different edge cases and quirks than yaml-rust.
Some excessive
PartialEqimpls have been eliminated.The
serde_yaml::to_vecfunction has been removed. Useserde_yaml::to_writerfor doing I/O, or useserde_yaml::to_string+.into_bytes()on the resulting String.The
serde_yaml::seedmodule has been removed. Now that aserde_yaml::Deserializeris publicly available, the same use cases can be addressed viaseed.deserialize(Deserializer::from_str(…))instead.Bugfixes
Empty values in a mapping are supported, and deserialize to empty string when the corresponding struct field is of type string. Previously they would deserialize to "~" which makes no sense.
128-bit integer deserialization now supports hex and octal input.
Serde_yaml now includes a mitigation against a "billion laughs" attack in which malicious input involving YAML anchors and aliases is used to consume an amount of processing or memory that is exponential in the size of the input document. Serde_yaml will quickly produce an error in this situation instead.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.