about summary refs log tree commit diff
path: root/tvix/tools/crunch-v2/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-15T20·45+0300
committerclbot <clbot@tvl.fyi>2024-08-16T06·52+0000
commit1d3fce585779e86a5edf3757b880d71e059fd393 (patch)
treebc0859b0ac64bb566de6306221c9e784eda59fed /tvix/tools/crunch-v2/Cargo.lock
parentfa05f12d5d28c80df911aa70eecd9f945a17384d (diff)
chore(tvix/tools/crunch-v2): bump curve25519-dalek r/8499
Fix for RUSTSEC-2024-0344.

Change-Id: I11651ea56e52988ee7cef2e02d0cbf61062f5c7b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12213
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/tools/crunch-v2/Cargo.lock')
-rw-r--r--tvix/tools/crunch-v2/Cargo.lock11
1 files changed, 2 insertions, 9 deletions
diff --git a/tvix/tools/crunch-v2/Cargo.lock b/tvix/tools/crunch-v2/Cargo.lock
index 0c3a18692623..1b1f5f38c1f5 100644
--- a/tvix/tools/crunch-v2/Cargo.lock
+++ b/tvix/tools/crunch-v2/Cargo.lock
@@ -627,16 +627,15 @@ dependencies = [
 
 [[package]]
 name = "curve25519-dalek"
-version = "4.1.1"
+version = "4.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
+checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
 dependencies = [
  "cfg-if",
  "cpufeatures",
  "curve25519-dalek-derive",
  "digest 0.10.7",
  "fiat-crypto",
- "platforms",
  "rustc_version",
  "subtle",
  "zeroize",
@@ -1630,12 +1629,6 @@ dependencies = [
 ]
 
 [[package]]
-name = "platforms"
-version = "3.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0"
-
-[[package]]
 name = "polars"
 version = "0.35.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"