Skip to content

Commit 2c8b69d

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

File tree

2 files changed

+14
-31
lines changed

2 files changed

+14
-31
lines changed

Cargo.lock

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

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.6"
2727

2828
[lib]
2929
bench = false

0 commit comments

Comments
 (0)