Skip to content

Commit

Permalink
Update itertools dependency from "0.12" to "0.13"
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 12, 2024
1 parent 1a15c67 commit 73fff47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ascent_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ syn = { version = "2.0.57", features = ["derive", "full", "extra-traits", "visit
quote = "1.0"
ascent_base = { workspace = true }
proc-macro2 = "1.0"
itertools = "0.12.0"
itertools = "0.13"
petgraph = "0.6.0"
derive-syn-parse = "0.2.0"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion ascent_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ascent = { path = "../ascent", default-features = false }
stopwatch = "0.0.7"
bencher = "0.1.5"
derive_more = "0.99.16"
itertools = "0.12"
itertools = "0.13"
quote = "1.0"
arrayvec = "0.7"
const-fnv1a-hash = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion byods/ascent-byods-rels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ autoexamples = false

[dependencies]
ascent = { workspace = true, default-features = false }
itertools = "0.12"
rustc-hash = "1.1"
derive_more = "0.99.17"
itertools = "0.13"
# syn is a dependency of derive_more 0.99, and the minimum version is buggy, so choosing a well-behaved
# version. Should be removed when derive_more switches to syn v2.0.
syn = "1.0.109"
Expand Down
2 changes: 1 addition & 1 deletion byods/ascent-byods-rels/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ autobins = false
[dependencies]
ascent = { path = "../../../ascent" }
ascent-byods-rels = { path = ".." }
itertools = "0.12"
itertools = "0.13"
serde = "1.0"
csv = "1.0"
separator = "0.4.1"
Expand Down

0 comments on commit 73fff47

Please sign in to comment.