fix(deps): update all non-major dependencies #94
Merged
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:
1.0.75
->1.0.86
0.13.6
->0.13.7
2.0.4
->2.0.5
1.4.0
->1.5.0
0.17.0
->0.21.0
3.8.1
->3.10.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.86
Compare Source
ensure!
with non-literal after minus sign (#373)v1.0.85
Compare Source
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84
Compare Source
ensure!
through aNot
impl for a type that is notbool
(#367)v1.0.83
Compare Source
v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
anyhow::Error::backtrace
available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76
Compare Source
unsafe_op_in_unsafe_fn
lint (#329)oconnor663/duct.rs (duct)
v0.13.7
Compare Source
dtolnay/indoc (indoc)
v2.0.5
Compare Source
rust-lang-nursery/lazy-static.rs (lazy_static)
v1.5.0
Compare Source
la10736/rstest (rstest)
v0.21.0
Compare Source
Changed
crate-name
enabled by default to opt-in crate renamesupport. See #258
v0.20.0
Compare Source
Add
#[by_ref]
attribute to take get a local lifetime for test arguments.See #241 for more details. Thanks to
@narpfel for suggesting it and useful discussions.
rstest
with another name. See #221Fixed
#241 for more details.
PathBuf
does no longer need to bein scope when using
#[files]
(see #242)#[from(now::accept::also::path::for::fixture)]
See #246for more details
v0.19.0
Compare Source
Changed
rust-version
for each crate (see #227)Fixed
#[once]
fixtures now require the returned type to beSync
to prevent UBwhen tests are executed in parallel. (see #235
for more details)
#[future(awt)]
and#[awt]
now properly handle mutable (mut
) parameters by treating futures as immutable andtreating the awaited rebinding as mutable.
v0.18.2
Compare Source
Changed
#[files]
accept also parent folders (see #205for more details).
v0.18.1
Compare Source
Fixed
v0.18.0
Compare Source
Add
RSTEST_TIMEOUT
environment variable to define a max timeoutfor each function (see #190 for details).
Thanks to @aviramha for idea and PR
#[files("glob path")]
attribute to generate tests based on files thatsatisfy the given glob path (see #163 for details).
Changed
syn
2.0 and edition 2021 : minimal Rust version now is 1.56.0both for
rstest
andrstest_reuse
(see #187)Fixed
#[awt]
function attrs (See#189)
Stebalien/tempfile (tempfile)
v3.10.1
Compare Source
Thanks to @stoeckmann for finding and fixing both of these issues.
v3.10.0
Compare Source
redox_syscall
dependency, we now userustix
for Redox.Builder::permissions
for setting the permissions on temporary files and directories (thanks to @Byron).v3.9.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.