Skip to content

Commit 89b34af

Browse files
fix(deps): update all non-major dependencies
1 parent 95b4d26 commit 89b34af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ exclude = [
1818
]
1919

2020
[dependencies]
21-
itertools = { version = "0.13", default-features = false }
21+
itertools = { version = "0.14", default-features = false }
2222
unicode-segmentation = { version = "1", default-features = false }
2323
unicode-width = "0.2"
2424

2525
[dev-dependencies]
26-
criterion = "0.5"
26+
criterion = "0.7"
2727

2828
[lib]
2929
bench = false

0 commit comments

Comments
 (0)