From 17667fb3f89d3dde450b70487a48b4a8e60b6555 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Fri, 12 Apr 2024 12:44:33 -0500 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52d37d0..de82189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,8 +619,8 @@ dependencies = [ "once_cell", "rayon", "regex", - "rustywind_core", - "rustywind_vite", + "rustywind_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustywind_vite 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", ] @@ -638,6 +638,20 @@ dependencies = [ "regex", ] +[[package]] +name = "rustywind_core" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb88ba7612eec36f471114ad3eef8758e06c7be73590e6b94b39048a7a947c94" +dependencies = [ + "ahash", + "aho-corasick", + "eyre", + "itertools", + "once_cell", + "regex", +] + [[package]] name = "rustywind_vite" version = "0.1.0" @@ -647,7 +661,22 @@ dependencies = [ "once_cell", "regex", "rustls", - "rustywind_core", + "rustywind_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ureq", +] + +[[package]] +name = "rustywind_vite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd57809c9336c15505a4825a8df380bf9e2c8e07e1eb36e7d172bedd2824da26" +dependencies = [ + "color-eyre", + "eyre", + "once_cell", + "regex", + "rustls", + "rustywind_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ureq", ]