Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Sep 22, 2024
1 parent 76b3d9e commit 9becbd8
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 50 deletions.
115 changes: 69 additions & 46 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qstract"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["harmless-tech"]
description = "A very basic tar/zip extraction program"
Expand All @@ -20,11 +20,11 @@ include = [
]

[dependencies]
anyhow = "1.0.86"
flate2 = "1.0.31" # TODO: zlib?
anyhow = "1.0.89"
flate2 = "1.0.33" # TODO: zlib?
hex = "0.4.3"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
rc-zip-sync = { version = "4.1.0", default-features = false, features = ["deflate", "deflate64"] }
rc-zip-sync = { version = "4.2.2", default-features = false, features = ["deflate", "deflate64"] }
sha2 = "0.10.8"
sha3 = "0.10.8"
tar = "0.4.41"
Expand Down

0 comments on commit 9becbd8

Please sign in to comment.