diff --git a/Cargo.lock b/Cargo.lock index 6c2aeb7..f52ce99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,7 @@ dependencies = [ "once_cell", "rayon", "regex", - "rustywind_core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rustywind_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustywind_vite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", @@ -654,6 +654,20 @@ dependencies = [ [[package]] name = "rustywind_core" version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed546e8eac5dbbfa768f0c1e2ac9447ab670c681594032c245233e28b89688a9" +dependencies = [ + "ahash", + "aho-corasick", + "eyre", + "itertools", + "once_cell", + "regex", +] + +[[package]] +name = "rustywind_core" +version = "0.2.0" dependencies = [ "ahash", "aho-corasick", @@ -667,9 +681,9 @@ dependencies = [ [[package]] name = "rustywind_core" -version = "0.1.4" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed546e8eac5dbbfa768f0c1e2ac9447ab670c681594032c245233e28b89688a9" +checksum = "8abce3884f82f6c84d9e6b2e3ec52500085db11c941f00624cfa82445223f4ba" dependencies = [ "ahash", "aho-corasick", @@ -688,7 +702,7 @@ dependencies = [ "once_cell", "regex", "rustls", - "rustywind_core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rustywind_core 0.1.4", "ureq", ] @@ -703,7 +717,7 @@ dependencies = [ "once_cell", "regex", "rustls", - "rustywind_core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rustywind_core 0.1.4", "ureq", ]