From 99642cb40417b74d0ae7f2460ed7bd914ba46cba Mon Sep 17 00:00:00 2001 From: sokorototo Date: Mon, 29 Jul 2024 11:12:54 +0300 Subject: [PATCH] cargo update --- .gitignore | 3 +++ Cargo.lock | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 753bc0f1..97819467 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ workspace.code-workspace vach/test_data/encrypted/target.vach vach/test_data/signed/target.vach vach/test_data/simple/target.vach + +# Cargo +.cargo \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index c3040903..186351b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1178,15 +1178,14 @@ dependencies = [ [[package]] name = "vach" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6e089a362e16a5ccf60ffa945c8bb29e4f9bea9a2d6b5b6b0463e032c0c9279" +version = "0.6.2" dependencies = [ "aes-gcm", "brotli", "ed25519-dalek", "lz4_flex", "rand", + "rayon", "snap", "thiserror", ] @@ -1194,13 +1193,14 @@ dependencies = [ [[package]] name = "vach" version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e49e72cbb0d222f15fb0f48df1c6f92f1b050675623c78797493c9980326a2c" dependencies = [ "aes-gcm", "brotli", "ed25519-dalek", "lz4_flex", "rand", - "rayon", "snap", "thiserror", ] @@ -1223,7 +1223,7 @@ dependencies = [ "num_cpus", "tabled", "tempfile", - "vach 0.6.1", + "vach 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir", ]