diff --git a/Cargo.lock b/Cargo.lock index b03c1b6..c706fc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,9 +241,9 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "flate2" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 4876600..347ccd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ coveralls = { repository = "Ortham/esplugin" } encoding_rs = "0.8.17" memchr = "2.7.4" nom = "7.0.0" -flate2 = { version = "1.0.1", optional = true } +flate2 = { version = "1.0.31", optional = true } unicase = "2.7.0" [dev-dependencies]