Skip to content

Commit f9f32b3

Browse files
author
Markus Westerlind
committed
Update snake_case and itertools
1 parent e7352f7 commit f9f32b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ path = "src/lib.rs"
2929

3030

3131
[dependencies]
32-
itertools = "0.9"
32+
itertools = "0.10"
3333

3434
indexmap = { version = "1", optional = true }
3535
uuid = { version = ">=0.5", optional = true }
36-
snake_case = { version = "0.2", optional = true }
36+
snake_case = { version = "0.3", optional = true }
3737

3838
serde = { version = "1.0", features = [ "derive" ], optional = true }
3939

0 commit comments

Comments
 (0)