diff --git a/Cargo.toml b/Cargo.toml index 003d7b7..d559ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] nom = "7.0" av-data = "0.3" -av-format = "0.5.0" +av-format = "0.7.1" [profile.release] strip = "debuginfo"