Skip to content

Commit a02a02d

Browse files
committed
bump itertool
1 parent ebf11bc commit a02a02d

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chrono = "0.4"
2020
connectorx = {path = "../connectorx", default-features = false}
2121
env_logger = "0.9"
2222
fehler = "1"
23-
itertools = "0.10"
23+
itertools = "0.14"
2424
lazy_static = "1.4"
2525
libc = "0.2"
2626
log = "0.4"

connectorx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.4.2"
1212
[dependencies]
1313
anyhow = "1"
1414
fehler = "1"
15-
itertools = "0.13"
15+
itertools = "0.14"
1616
log = "0.4"
1717
rayon = "1"
1818
sqlparser = "0.37"

0 commit comments

Comments
 (0)