Skip to content

Commit

Permalink
build(deps): update rust crate flate2 to 1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent e04b68f commit 0352024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lolcow-fortune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit 0352024

Please sign in to comment.