diff --git a/Cargo.lock b/Cargo.lock index 6ddbb100..f312eb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,6 +132,7 @@ dependencies = [ "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/globset/Cargo.toml b/globset/Cargo.toml index 6fe923e7..a6227a70 100644 --- a/globset/Cargo.toml +++ b/globset/Cargo.toml @@ -27,6 +27,7 @@ regex = "1.1.5" [dev-dependencies] glob = "0.3.0" +lazy_static = "1" [features] simd-accel = []