fix(deps): update rust crate ring to v0.17.14 #150
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/ring-0.x-lockfile"
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:
0.17.13
->0.17.14
Release Notes
briansmith/ring (ring)
v0.17.14
============================
Fixed a performance bug in the AVX2-based AES-GCM implementation added in
ring 0.17.13. This will be another notable performance improvement for most
newish x86-64 systems. The performance issue impacted not just AES-GCM.
Compatibility with GNU binutils 2.29 (used on Amazon Linux 2), and probably
even earlier versions, was restored. It is expected that ring 0.17.14 will
build on all the systems that 0.17.12 would build on.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 23 * * *" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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