diff --git a/Cargo.lock b/Cargo.lock index 4123d80..8ab285e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,9 +310,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "fancy-regex" -version = "0.16.2" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" +checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8" dependencies = [ "bit-set", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index a11db31..666257d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/yarnpkg/pnp-rs" [dependencies] byteorder = "1" concurrent_lru = "^0.2" -fancy-regex = { version = "^0.16.2", default-features = false, features = ["std"] } +fancy-regex = { version = "^0.17.0", default-features = false, features = ["std"] } flate2 = { version = "1.1", default-features = false, features = ["zlib-rs"] } mmap-rs = { version = "^0.7.0", optional = true } pathdiff = "^0.2"