Skip to content

Commit

Permalink
mORE
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed May 4, 2024
1 parent 60cef18 commit 0dd3d1e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 32 deletions.
36 changes: 10 additions & 26 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ xz = ["dep:xz2"]
bz2 = ["dep:bzip2"]

[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.82"
base16 = "0.2.1"
base64 = "0.21.0"
base64 = "0.22.1"
bincode = "1.3.3"
byteorder = "1.4.3"
bytesize = "1.2.0"
byteorder = "1.5.0"
bytesize = "1.3.0"
bzip2 = { version = "0.4.4", optional = true, features = ["static"] }
clap = { version = "4.1.8", features = ["derive", "cargo", "wrap_help"] }
crossterm = { version = "0.26.1", features = ["event-stream"] }
clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help"] }
crossterm = { version = "0.27.0", features = ["event-stream"] }
derive_more = "0.99.17"
digest = "0.10.6"
flate2 = { version = "1.0.25", optional = true }
Expand Down

0 comments on commit 0dd3d1e

Please sign in to comment.