diff --git a/Cargo.lock b/Cargo.lock index fa18ff8..873f16e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,9 +501,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" +checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index fde2820..7d69212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ clap = "4.5.18" crossterm = { version = "0.28.1", features = ["event-stream"] } csv = "1.3.0" dirs = "5.0.1" -flate2 = "1.0.33" +flate2 = "1.0.34" futures = "0.3.30" infer = "0.16.0" notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }