diff --git a/Cargo.lock b/Cargo.lock index f5d0316b..cf11ea52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,9 +377,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "full_moon" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56693bf48edbbe906076ed17158ad642146e94d7a8c64c4c40cb9b6ab96194b6" +checksum = "4c7dafc2cbadd914f7019a08395a3a29c5d735cb6762751c5669e48c5ff2c775" dependencies = [ "bytecount", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index ee331f91..6d02ebb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ console = "0.15.7" crossbeam-channel = "0.5.8" ec4rs = { version = "1.0.2", optional = true } env_logger = { version = "0.10.0", default-features = false } -full_moon = "1.1.1" +full_moon = "1.1.2" globset = "0.4.13" ignore = "0.4.20" lazy_static = "1.4.0"