From 67056d441663bc3d8984fa00c9e3c974e0d8c1f3 Mon Sep 17 00:00:00 2001 From: Daniel Hoffman Date: Thu, 11 Feb 2021 18:08:42 -0600 Subject: [PATCH] update semver-incompatible dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3944baf..18df05b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ edition = "2018" [dependencies] iced = { version = "0.2", features = ["image", "tokio"] } -iced_native = "0.2" +iced_native = "0.3.0" gstreamer = "0.16" gstreamer-app = "0.16" # appsink glib = "0.10" # gobject traits and error type -tokio = { version = "0.2", features = ["time", "stream"] }# time subscription (every frame) +tokio = { version = "1.2.0", features = ["time"] } thiserror = "1" url = "2" # media uri num-rational = "0.3" # framerates come in rationals