From 36229fe5da49e15abf4b5485cec0691a61f519c0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 8 Jan 2025 16:10:58 +0100 Subject: [PATCH] update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4606c6..6984306 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -40,5 +40,5 @@ name = "thread-split" [dev-dependencies] structopt = "0.3" -colored = "2.0" +colored = "3.0" gnuplot = "0.0.44"