chore(deps): update rust crate insta to v1.43.0 #202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/insta-1.x"
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:
=1.42.2
->=1.43.0
Release Notes
mitsuhiko/insta (insta)
v1.43.0
Compare Source
cargo insta review
:A
to accept all,R
to reject all, andS
to skip all remaining snapshots.#745
--unreferenced=auto
(or other relevant values) no longer cleans up pendingsnapshots. A bug where
cargo insta test --unreferenced=auto
wouldincorrectly pass on new pending snapshots has been fixed.
cargo-nextest
bin withINSTA_CARGO_NEXTEST_BIN
. #721 (Louis Fruleux)INSTA_WORKSPACE_ROOT
at compile time. This is useful for reproducible binariesso they don't contain references to
CARGO_MANIFEST_DIR
. #726 (Pascal Bach)linked-hash-map
andpin-project
dependencies. #742, #741, #738cargo insta review
fails with a helpful error message when run in a non-TTY environment.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 23 * * *" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Flake output sizes
Definitions
Name
: the name of the package/configuration.Size
: the closure size (size on disk/NAR size + all transitive dependencies).NAR Size
: the size of the build output (package without the dependencies).[NAR] Size Change
: the amount changed compared to the main branch.Tips on reading this data
Size
(closure size/size on disk).Size
by disabling unneeded services/default packages.Size
and theNAR Size
.NAR Size
by reducing the size of the build outputs, e.g. don't copy unnecessary data to the $out dir, optimize binaries for size, etc.Size
by reducing the dependencies (e.g.buildInputs
).glibc
adds ~40MiB to theSize
, but is generally shared by ~every binary on the system, so, chances are, you are already including it from somewhere else and statically linking with e.g.musl
is not gonna improve things.Packages
default
git-cliff
webnsupdate