From 8170e3961088eb5fff9f8b39cbc94cadff36359b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:43:22 +0000 Subject: [PATCH] chore(deps): update gst-plugin-gtk4 requirement from =0.13.1 to =0.13.3 Updates the requirements on gst-plugin-gtk4 to permit the latest version. --- updated-dependencies: - dependency-name: gst-plugin-gtk4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68a4bc4..4fdebc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ gst-video = { package = "gstreamer-video", version = "0.23", features = [ gst-tag = { package = "gstreamer-tag", version = "0.23", features = ["v1_24"] } # Force crate to version 0.13.1, becuse 0.13.3 is broken, when executing: cargo check --no-default-features --features dmabuf -gst-plugin-gtk4 = { version = "=0.13.1", features = ["gtk_v4_14"] } +gst-plugin-gtk4 = { version = "=0.13.3", features = ["gtk_v4_14"] } mxl-relm4-components = { git = "https://github.com/x-software-com/mxl-relm4-components.git", tag = "v0.2.2" } relm4-icons = { version = "0.9", features = ["all"] }