-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): lock file maintenance rust crates #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Benchmark for 23d7872Click to view benchmark
|
3242d02
to
e001f9b
Compare
Benchmark for e8ec3bfClick to view benchmark
|
e001f9b
to
4ed76fc
Compare
Benchmark for 4954b96Click to view benchmark
|
4ed76fc
to
aad4ab1
Compare
Benchmark for 3d4cc42Click to view benchmark
|
aad4ab1
to
b662d3b
Compare
Benchmark for 1b6e44cClick to view benchmark
|
b662d3b
to
55680ec
Compare
Benchmark for 5dfee82Click to view benchmark
|
55680ec
to
c177dfb
Compare
Benchmark for 9cc1650Click to view benchmark
|
Benchmark for 1555517Click to view benchmark
|
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.5
->0.7
^0.14.0
->^0.16.0
0.25.0
->0.26.0
1.0.140
->1.0.143
2.0.12
->2.0.16
🔧 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.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
dtolnay/thiserror (thiserror)
v2.0.16
Compare Source
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.