Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed May 16, 2024
1 parent 09df9b4 commit 6020dac
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 83 deletions.
142 changes: 60 additions & 82 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bzip2 = ["dep:bzip2"]
gzip = ["dep:flate2"]

[dependencies]
brotli = { version = "5.0.0", optional = true }
brotli = { version = ">=5.0, <7.0", optional = true }
bsdiff = { version = "0.2.0", optional = true }
bzip2 = { version = "0.4.4", optional = true }
flate2 = { version = "1", optional = true }
Expand Down

0 comments on commit 6020dac

Please sign in to comment.