Skip to content

Commit 8f4f375

Browse files
Update itertools requirement from 0.14 to 0.15
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ffa548 commit 8f4f375

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/bpe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tiktoken = ["dep:base64"]
2020
aneubeck-daachorse = "1.1.1"
2121
base64 = { version = "0.22", optional = true }
2222
fnv = "1.0"
23-
itertools = "0.14"
23+
itertools = "0.15"
2424
rand = { version = "0.10", optional = true }
2525
serde = { version = "1", features = ["derive"] }
2626

crates/bpe/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55
[dependencies]
66
bpe = { path = "../../bpe", features = ["rand"] }
77
bpe-openai = { path = "../../bpe-openai" }
8-
itertools = "0.14"
8+
itertools = "0.15"
99
rand = "0.10"
1010
tiktoken-rs = "0.12"

crates/geo_filters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ evaluation = [
2828
clap = { version = "4", optional = true, features = ["derive"] }
2929
fnv = "1.0"
3030
hyperloglogplus = { version = "0.4", optional = true }
31-
itertools = "0.14"
31+
itertools = "0.15"
3232
once_cell = "1.18"
3333
rand = { version = "0.10", optional = true }
3434
rayon = { version = "1.7", optional = true }

crates/hash-sorted-map/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ rustc-hash = "2"
2121
ahash = "0.8"
2222
foldhash = "0.2"
2323
fnv = "1"
24-
itertools = "0.14"
24+
itertools = "0.15"

0 commit comments

Comments
 (0)