Skip to content

Commit 6f24989

Browse files
committed
update deps
1 parent b0efe04 commit 6f24989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["gstreamer", "multimedia"]
1010
description = "Crate providing a convenient API to parse GStreamer logs"
1111

1212
[dependencies]
13-
itertools = "0.13"
13+
itertools = "0.14"
1414
gstreamer = "0.23"
1515
regex = "1.3"
1616
lazy_static = "1.4"
@@ -40,5 +40,5 @@ name = "thread-split"
4040

4141
[dev-dependencies]
4242
structopt = "0.3"
43-
colored = "2.0"
43+
colored = "3.0"
4444
gnuplot = "0.0.44"

0 commit comments

Comments
 (0)