From 3196419772aa40bbd272fa43fff25bf40fe4d992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 03:52:43 +0000 Subject: [PATCH] Bump openh264 from 0.9.7 to 0.9.8 Bumps [openh264](https://github.com/ralfbiedert/openh264-rs) from 0.9.7 to 0.9.8. - [Commits](https://github.com/ralfbiedert/openh264-rs/compare/openh264@0.9.7...openh264@0.9.8) --- updated-dependencies: - dependency-name: openh264 dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b995fa..0067ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,9 +944,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "openh264" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b2b561d2103303e233779545da757ecd35bad82188d619a6d8901f3007e1ff" +checksum = "fcc9071a0b5f9c501ddd01066c2600d922cc799dc450a52975222bcda7755a08" dependencies = [ "openh264-sys2", "wide",