Skip to content

Commit

Permalink
Merge pull request #45 from github/dependabot/cargo/itertools-0.14
Browse files Browse the repository at this point in the history
Update itertools requirement from 0.12 to 0.14
  • Loading branch information
gorzell authored Jan 6, 2025
2 parents 9c723ea + 10c7c26 commit 5072d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bpe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tiktoken = ["dep:base64"]
aneubeck-daachorse = "1.1.1"
base64 = { version = "0.22", optional = true }
fnv = "1.0"
itertools = "0.12"
itertools = "0.14"
rand = { version = "0.8", optional = true }
serde = { version = "1", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/bpe/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
bpe = { path = "../../bpe", features = ["rand"] }
bpe-openai = { path = "../../bpe-openai" }
itertools = "0.13"
itertools = "0.14"
rand = "0.8"
tiktoken-rs = "0.6"
2 changes: 1 addition & 1 deletion crates/geo_filters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ evaluation = [
clap = { version = "4", optional = true, features = ["derive"] }
fnv = "1.0"
hyperloglogplus = { version = "0.4", optional = true }
itertools = "0.13"
itertools = "0.14"
once_cell = "1.18"
rand = { version = "0.8", optional = true }
rayon = { version = "1.7", optional = true }
Expand Down

0 comments on commit 5072d3b

Please sign in to comment.