Skip to content

Commit b5669c6

Browse files
committed
upgrade itertools
1 parent 3e03316 commit b5669c6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ postgres-types = { version = "0.2", features = ["derive"] }
6969
zip = {version = "0.6.2", default-features = false, features = ["bzip2"]}
7070
bzip2 = "0.4.4"
7171
getrandom = "0.2.1"
72-
itertools = { version = "0.11.0", optional = true}
72+
itertools = { version = "0.12.0", optional = true}
7373
rusqlite = { version = "0.29.0", features = ["bundled"] }
7474
moka = { version ="0.12.0", default-features = false, features = ["sync"]}
7575

0 commit comments

Comments
 (0)