Skip to content

Commit

Permalink
Update itertools to 0.12
Browse files Browse the repository at this point in the history
async_http_range_reader is currently the only crate in our dep tree depending on itertools 0.11.
  • Loading branch information
konstin committed Jan 30, 2024
1 parent 4cafe5a commit 036c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["test-data/*"]
[dependencies]
futures = "0.3.28"
http-content-range = "0.1.2"
itertools = "0.11.0"
itertools = "0.12.1"
bisection = "0.1.0"
memmap2 = "0.9.0"
reqwest = { version = "0.11.22", default-features = false, features = ["stream"] }
Expand Down

0 comments on commit 036c83d

Please sign in to comment.