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"