diff --git a/Cargo.lock b/Cargo.lock index 3232015b..5141f9a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index f8c46f7a..7873cb97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ regex = "1.10.4" regex-syntax = { version = "0.8.3", default-features = false } indoc = "2.0.5" -flate2 = "1.0.29" +flate2 = "1.0.30" strum = { version = "0.26.2", features = ["derive"] } paste = "1.0.14"