fix(deps): update all dependencies #19
Reference in New Issue
Block a user
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.0.0-rc.3->3.0.00.4.1->0.5.0Release Notes
mich101mich/sscanf (sscanf)
v0.5.0Compare Source
Changed
1.88.0(BREAKING).diagnostic::on_unimplemented.
sscanf!return type back toOption(BREAKING) (sorry).and the addition of the derive macro made it useless in not just 99% of use cases like before, but 99.99%.
Having a
Resultthat should have been anOptionwas adding far too much complexity and multiple pitfalls.FromScanftrait (NOTE: The derive macro still works as before).sscanf_unescapedandformat_unescapedtosscanf_with_regexandformat_regexto be more meaningful (BREAKING).format_unescapedcan no longer be written as just a raw string (BREAKING).Removed
FromScanffor types implementingFromStr(BREAKING).FromScanfis now implemented for&strandCow<str>, which was previouslyblocked by an "upstream crate might implement FromStr" error.
sscanfmacro.FromScanfis not implemented.FromScanfSimpletrait.RegexRepresentationtrait. TheREGEXconstant is now part ofFromScanfSimple(BREAKING).FullF32,FullF64, andHexNumber(technically breaking, but they have beendeprecated for 3 years or more).
Added
FromScanfSimpletrait to replace the previous combination ofFromStr + RegexRepresentation.parsefunction to directly parse types that implementFromScanf.Parsertype to store parsing metadata in order to make multiple calls tosscanfmoreefficient.
sscanf_parserandsscanf_parser_with_regexmacros to generate
Parsers.v0.4.4Compare Source
Changed
other crates that depend on the newer versions.
used for this crate's tests.
v0.4.3Compare Source
Changed
strsimdependency to 0.11.1 (See #12, thanks @musicinmybrain)thiserror, as it was only used to simplify a code exampleConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.
97acf78c01toc38cd60bf2c38cd60bf2to5a85db60515a85db6051toa6a2a2f183View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.