From 564fcd7358e47c23b2657f9e0141d0917f04fe6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:21:50 +0000 Subject: [PATCH] chore(deps): update openh264 requirement from 0.5 to 0.6 --- updated-dependencies: - dependency-name: openh264 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 4ecfdf6..efee415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ futures = "0.3" image = { version = "0.24", optional = true } # update /w `bevy` crate imageproc = { version = "0.23.0", optional = true } # update /w `image` crate ndarray = { version = "0.15", optional = true } -openh264 = "0.5" +openh264 = "0.6" png = "0.17.13" rayon = { version = "1.8", optional = true } serde = "1.0"