chore(tvix/tools/weave): bump curve25519-dalek

Fix for RUSTSEC-2024-0344.

Change-Id: I414c1424941af1352f4d3b4e5908083ab0cf4e9d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12211
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-08-15 23:43:59 +03:00 committed by clbot
parent 5d3ae11aa5
commit 65d8b85dca
2 changed files with 4 additions and 30 deletions

View file

@ -1221,9 +1221,9 @@ rec {
};
"curve25519-dalek" = rec {
crateName = "curve25519-dalek";
version = "4.1.2";
version = "4.1.3";
edition = "2021";
sha256 = "0j7kqchcgycs4a11gvlda93h9w2jr05nn4hjpfyh2kn94a4pnrqa";
sha256 = "1gmjb9dsknrr8lypmhkyjd67p1arb8mbfamlwxm7vph38my8pywp";
libName = "curve25519_dalek";
authors = [
"Isis Lovecruft <isis@patternsinthevoid.net>"
@ -1269,10 +1269,6 @@ rec {
}
];
buildDependencies = [
{
name = "platforms";
packageId = "platforms";
}
{
name = "rustc_version";
packageId = "rustc_version";
@ -3156,21 +3152,6 @@ rec {
};
resolvedDefaultFeatures = [ "default" "std" ];
};
"platforms" = rec {
crateName = "platforms";
version = "3.3.0";
edition = "2018";
sha256 = "0k7q6pigmnvgpfasvssb12m2pv3pc94zrhrfg9by3h3wmhyfqvb2";
authors = [
"Tony Arcieri <bascule@gmail.com>"
"Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"
];
features = {
"default" = [ "std" ];
"serde" = [ "dep:serde" ];
};
resolvedDefaultFeatures = [ "default" "std" ];
};
"polars" = rec {
crateName = "polars";
version = "0.36.2";