Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmott committed Jan 8, 2025
1 parent b0efe04 commit 36229fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["gstreamer", "multimedia"]
description = "Crate providing a convenient API to parse GStreamer logs"

[dependencies]
itertools = "0.13"
itertools = "0.14"
gstreamer = "0.23"
regex = "1.3"
lazy_static = "1.4"
Expand Down Expand Up @@ -40,5 +40,5 @@ name = "thread-split"

[dev-dependencies]
structopt = "0.3"
colored = "2.0"
colored = "3.0"
gnuplot = "0.0.44"

0 comments on commit 36229fe

Please sign in to comment.