From 5932eb70ac752590a0051fe411f00062dc2b5e5d Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Thu, 15 Jan 2026 10:19:43 +1100 Subject: [PATCH 1/2] chore: bump mp4-atom to 0.10.0 Enables strict mode feature --- Cargo.lock | 4 ++-- rs/hang/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ec9b8592..69ff062ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2717,9 +2717,9 @@ dependencies = [ [[package]] name = "mp4-atom" -version = "0.9.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b9fcf396d53fdf1c43a9afd38953412b9d782d11391807b473927317bb28f9" +checksum = "eb3af4894763f3d6e1eabd3d878853d88ad90add9bcff9165116fb84cbfb0207" dependencies = [ "bytes", "derive_more", diff --git a/rs/hang/Cargo.toml b/rs/hang/Cargo.toml index bfcccd201..577239f95 100644 --- a/rs/hang/Cargo.toml +++ b/rs/hang/Cargo.toml @@ -22,7 +22,7 @@ hex = "0.4" lazy_static = "1" m3u8-rs = "5" moq-lite = { workspace = true, features = ["serde"] } -mp4-atom = { version = "0.9.2", features = ["tokio", "bytes", "serde"] } +mp4-atom = { version = "0.10.0", features = ["tokio", "bytes", "serde", "strict"] } num_enum = "0.7" regex = "1" reqwest = { version = "0.12", default-features = false, features = [ From 38dbd20de83bbf8e949bf37932334a4de049dbaa Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Fri, 16 Jan 2026 21:17:50 +1100 Subject: [PATCH 2/2] Remove strict from mp4-atom. Not worth the errors. --- rs/hang/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs/hang/Cargo.toml b/rs/hang/Cargo.toml index 577239f95..ca7a12fd2 100644 --- a/rs/hang/Cargo.toml +++ b/rs/hang/Cargo.toml @@ -22,7 +22,7 @@ hex = "0.4" lazy_static = "1" m3u8-rs = "5" moq-lite = { workspace = true, features = ["serde"] } -mp4-atom = { version = "0.10.0", features = ["tokio", "bytes", "serde", "strict"] } +mp4-atom = { version = "0.10.0", features = ["tokio", "bytes", "serde"] } num_enum = "0.7" regex = "1" reqwest = { version = "0.12", default-features = false, features = [