diff --git a/Cargo.lock b/Cargo.lock index 07ce79f34..79a33bef4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1629,9 +1629,9 @@ dependencies = [ [[package]] name = "iter-chunks" -version = "0.1.3" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7abddfc4e19bc38f3922e41b341fedb4e1470e922f024c4e5ae5922f56c7593" +checksum = "8d7237395fb66fd14d00dbe6f0d81934990d341a2454f59b63d6c3e9804ba407" [[package]] name = "itertools" diff --git a/Cargo.toml b/Cargo.toml index 020023f81..1d217e333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ futures-async-stream = "0.2" humantime = "2" indicatif = "0.17" indoc = "2" -iter-chunks = "0.1" +iter-chunks = "0.2" itertools = "0.11" minitrace = "0.4.0" moka = { version = "0.11", features = ["future"] }