Skip to content

Commit

Permalink
Upgrade minor version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 26, 2024
1 parent 3977635 commit c0936f3
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 8 deletions.
78 changes: 72 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/rc-zip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ categories = ["compression"]

[dependencies]
nom = "7.1.3"
pretty-hex = "0.3.0"
pretty-hex = "0.4.1"
circular = "0.3.0"
chrono = "0.4.33"
encoding_rs = "0.8.33"
crc32fast = "1.3.2"
positioned-io = { workspace = true, optional = true }
libflate = { version = "1.4.0", optional = true }
libflate = { version = "2.0.0", optional = true }
tracing = "0.1.40"
oem_cp = "2.0.0"
thiserror = "1.0.56"
Expand Down

0 comments on commit c0936f3

Please sign in to comment.