Skip to content

Commit

Permalink
Minor: Bump version numbers for Itertools and Brotli. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 authored Jun 13, 2024
1 parent 159f649 commit e305a33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ eula = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
brotli = "3.3"
brotli = "6"
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
anyhow = "1.0"
Expand Down Expand Up @@ -67,7 +67,7 @@ seahash = "4.1"
dirs = "5.0"
camino = "1.1"
dotenvy = "0.15"
itertools = "0.12"
itertools = "0.13"
derive_more = "0.99"
flate2 = "1.0"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
Expand Down

0 comments on commit e305a33

Please sign in to comment.