Skip to content

Commit 5072d3b

Browse files
authored
Merge pull request #45 from github/dependabot/cargo/itertools-0.14
Update itertools requirement from 0.12 to 0.14
2 parents 9c723ea + 10c7c26 commit 5072d3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.12"
23+
itertools = "0.14"
2424
rand = { version = "0.8", 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.13"
8+
itertools = "0.14"
99
rand = "0.8"
1010
tiktoken-rs = "0.6"

crates/geo_filters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ evaluation = [
2626
clap = { version = "4", optional = true, features = ["derive"] }
2727
fnv = "1.0"
2828
hyperloglogplus = { version = "0.4", optional = true }
29-
itertools = "0.13"
29+
itertools = "0.14"
3030
once_cell = "1.18"
3131
rand = { version = "0.8", optional = true }
3232
rayon = { version = "1.7", optional = true }

0 commit comments

Comments
 (0)