chore(deps): lock file maintenance rust crates #45
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.5
->0.7
^0.14.0
->^0.16.0
0.25.0
->0.26.0
1.0.140
->1.0.142
2.0.12
->2.0.15
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
bheisler/criterion.rs (criterion)
v0.7.0
Compare Source
v0.6.0
Compare Source
Changed
real_blackbox
feature no longer has any impact. Criterion always usesstd::hint::black_box()
now.Users of
criterion::black_box()
should switch tostd::hint::black_box()
.clap
dependency unpinned.Fixed
Added
tokio::runtime::Handle
, not only atokio::runtime::Runtime
fancy-regex/fancy-regex (fancy-regex)
v0.16.1
Compare Source
Fixed
when it should fail, causing a panic in the VM when trying to match the regex. (#174)
v0.16.0
Compare Source
Added
Currently it only optimizes one specific use-case - where the expression is easy except
for a trailing positive lookahead whose contents are also easy. The optimization is to delegate to the regex crate instead of using the backtracking VM. (#171)
Changed
^
when not in multiline mode) should now fail faster when there is no match, becausefancy-regex
no longer tries to match at other positions. (#170)CompileError
for an invalid (numbered) backref has been updated to mention which backref was invalid (#170)Fixed
v0.15.0
Compare Source
Added
\Z
- anchor to the end of the text before any trailing newlines. (#148)\O
- any character including newlines. (#158)RegexBuilder
: Add options formulti_line
,ignore_whitespace
,dot_matches_new_line
(#165)Fixed
RegexBuilder.case_insensitive
not always applying when it should. (#163)toy
example has had various bugfixes, and unit tests added. (#152, #159)la10736/rstest (rstest)
v0.26.1
Compare Source
Fixed
v0.26.0
Compare 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 alsosmol
works. See#303
#311
#315
thanks to @coriolinus.
Fixed
1.89.0-nightly
rstest
expansion.See #313
#[files(...)]
attribute now works reliably on Windows.serde-rs/json (serde_json)
v1.0.142
Compare Source
v1.0.141
Compare Source
dtolnay/thiserror (thiserror)
v2.0.15
Compare Source
Error::provide
API becoming unavailable from a future new compiler lint (#427)v2.0.14
Compare Source
v2.0.13
Compare Source
Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.