Skip to content

Commit fa37c22

Browse files
Update to itertools 0.14 (#888)
This is only used in the `codegen` so it isn't all that important.
1 parent f4188dd commit fa37c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/usvg/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ path = "main.rs"
1212
[dependencies]
1313
phf = "0.7.22"
1414
phf_codegen = "0.7.22"
15-
itertools = "0.7"
15+
itertools = "0.14"

0 commit comments

Comments
 (0)