Skip to content

Commit

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

[dependencies]
itertools = "0.12"
gstreamer = "0.22"
itertools = "0.13"
gstreamer = "0.23"
regex = "1.3"
lazy_static = "1.4"
failure = "0.1.8"
Expand Down Expand Up @@ -41,4 +41,4 @@ name = "thread-split"
[dev-dependencies]
structopt = "0.3"
colored = "2.0"
gnuplot = "0.0.41"
gnuplot = "0.0.44"

0 comments on commit 7f59d33

Please sign in to comment.