From 7080fa9fc1dfb65342cde36d7b4188330b6a3fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 6 Jun 2022 11:55:52 +0300 Subject: [PATCH] uriplaylistbin: Update to more-asserts 0.3 --- utils/uriplaylistbin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/uriplaylistbin/Cargo.toml b/utils/uriplaylistbin/Cargo.toml index 9b8b62be..21c1c68c 100644 --- a/utils/uriplaylistbin/Cargo.toml +++ b/utils/uriplaylistbin/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1" gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.18", version = "0.18", features = ["v1_14"]} structopt = "0.3" url = "2.2" -more-asserts = "0.2" +more-asserts = "0.3" [lib] name = "gsturiplaylistbin"