chore(snix): bump ring
fixes https://rustsec.org/advisories/RUSTSEC-2025-0009.html Change-Id: I32896f9b26e3f7e18dd885373c751c5dcf7f3478 Reviewed-on: https://cl.snix.dev/c/snix/+/30258 Reviewed-by: edef . <edef@edef.eu> Tested-by: besadii Autosubmit: Florian Klink <flokli@flokli.de>
This commit is contained in:
parent
00950aa91d
commit
1e0322cce2
2 changed files with 17 additions and 22 deletions
|
|
@ -2191,9 +2191,9 @@ rec {
|
|||
};
|
||||
"cc" = rec {
|
||||
crateName = "cc";
|
||||
version = "1.2.6";
|
||||
version = "1.2.17";
|
||||
edition = "2018";
|
||||
sha256 = "0cx32v9pcslavf8y10sb3y883v7377mw48q3dpw5b1cgidibnvcd";
|
||||
sha256 = "0flf697b5p87ds39s3g076q75xlnfgiicpz8792sy7df833mgjqz";
|
||||
authors = [
|
||||
"Alex Crichton <alex@alexcrichton.com>"
|
||||
];
|
||||
|
|
@ -11850,13 +11850,10 @@ rec {
|
|||
};
|
||||
"ring" = rec {
|
||||
crateName = "ring";
|
||||
version = "0.17.8";
|
||||
version = "0.17.14";
|
||||
edition = "2021";
|
||||
links = "ring_core_0_17_8";
|
||||
sha256 = "03fwlb1ssrmfxdckvqv033pfmk01rhx9ynwi7r186dcfcp5s8zy1";
|
||||
authors = [
|
||||
"Brian Smith <brian@briansmith.org>"
|
||||
];
|
||||
links = "ring_core_0_17_14_";
|
||||
sha256 = "1dw32gv19ccq4hsx3ribhpdzri1vnrlcfqb2vj41xn4l49n9ws54";
|
||||
dependencies = [
|
||||
{
|
||||
name = "cfg-if";
|
||||
|
|
@ -11871,14 +11868,13 @@ rec {
|
|||
name = "libc";
|
||||
packageId = "libc";
|
||||
usesDefaultFeatures = false;
|
||||
target = { target, features }: ((("android" == target."os" or null) || ("linux" == target."os" or null)) && (("aarch64" == target."arch" or null) || ("arm" == target."arch" or null)));
|
||||
target = { target, features }: ((("aarch64" == target."arch" or null) && ("little" == target."endian" or null)) && ("apple" == target."vendor" or null) && (("ios" == target."os" or null) || ("macos" == target."os" or null) || ("tvos" == target."os" or null) || ("visionos" == target."os" or null) || ("watchos" == target."os" or null)));
|
||||
}
|
||||
{
|
||||
name = "spin";
|
||||
packageId = "spin";
|
||||
name = "libc";
|
||||
packageId = "libc";
|
||||
usesDefaultFeatures = false;
|
||||
target = { target, features }: (("aarch64" == target."arch" or null) || ("arm" == target."arch" or null) || ("x86" == target."arch" or null) || ("x86_64" == target."arch" or null));
|
||||
features = [ "once" ];
|
||||
target = { target, features }: (((("aarch64" == target."arch" or null) && ("little" == target."endian" or null)) || (("arm" == target."arch" or null) && ("little" == target."endian" or null))) && (("android" == target."os" or null) || ("linux" == target."os" or null)));
|
||||
}
|
||||
{
|
||||
name = "untrusted";
|
||||
|
|
@ -11887,7 +11883,7 @@ rec {
|
|||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys 0.52.0";
|
||||
target = { target, features }: (("aarch64" == target."arch" or null) && ("windows" == target."os" or null));
|
||||
target = { target, features }: ((("aarch64" == target."arch" or null) && ("little" == target."endian" or null)) && ("windows" == target."os" or null));
|
||||
features = [ "Win32_Foundation" "Win32_System_Threading" ];
|
||||
}
|
||||
];
|
||||
|
|
@ -14787,7 +14783,7 @@ rec {
|
|||
"ticket_mutex" = [ "mutex" ];
|
||||
"use_ticket_mutex" = [ "mutex" "ticket_mutex" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "mutex" "once" "spin_mutex" ];
|
||||
resolvedDefaultFeatures = [ "mutex" "spin_mutex" ];
|
||||
};
|
||||
"spki" = rec {
|
||||
crateName = "spki";
|
||||
|
|
@ -17658,7 +17654,7 @@ rec {
|
|||
dependencies = [
|
||||
{
|
||||
name = "windows-targets";
|
||||
packageId = "windows-targets 0.52.6";
|
||||
packageId = "windows-targets 0.48.5";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue