diff --git a/Cargo.lock b/Cargo.lock index 27fae1f..0a7d77e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,9 +326,9 @@ dependencies = [ [[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/lolcow-fortune/Cargo.toml b/lolcow-fortune/Cargo.toml index c0f67ff..7cfe423 100644 --- a/lolcow-fortune/Cargo.toml +++ b/lolcow-fortune/Cargo.toml @@ -41,7 +41,7 @@ clap = { version = "4.5.18", features = ["derive", "wrap_help"], optional = true directories = { version = "5.0.1", optional = true } # Download -flate2 = { version = "1.0.33", optional = true, default-features = false, features = ["rust_backend"] } +flate2 = { version = "1.0.34", optional = true, default-features = false, features = ["rust_backend"] } tar = { version = "0.4.42", optional = true } ureq = { version = "2.10.1", optional = true, default-features = false, features = ["tls", "native-certs"] }