diff --git a/Cargo.lock b/Cargo.lock index 70604c63a..d606f895d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,6 +168,19 @@ dependencies = [ "y4m", ] +[[package]] +name = "av-decoders" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a31ed07c3a0db5375deded31ba4db91bdf43660781680eae78392d3dafd77d9d" +dependencies = [ + "num-rational", + "thiserror", + "v_frame", + "vapoursynth", + "y4m", +] + [[package]] name = "av-format" version = "0.7.1" @@ -200,7 +213,7 @@ dependencies = [ "aligned", "anyhow", "arrayvec", - "av-decoders", + "av-decoders 0.9.1", "cc", "cfg-if", "cpufeatures", @@ -256,7 +269,7 @@ dependencies = [ "affinity", "anyhow", "arrayvec", - "av-decoders", + "av-decoders 0.10.0", "av-format", "av-ivf", "av-scenechange", diff --git a/av1an-core/Cargo.toml b/av1an-core/Cargo.toml index 766aaa224..2b55f9416 100644 --- a/av1an-core/Cargo.toml +++ b/av1an-core/Cargo.toml @@ -17,7 +17,7 @@ readme = "../README.md" [dependencies] anyhow = { workspace = true } arrayvec = "0.7.2" -av-decoders = { version = "0.9.1", features = ["vapoursynth"] } +av-decoders = { version = "0.10.0", features = ["vapoursynth"] } av-format = "0.7.0" av-ivf = "0.5.0" av-scenechange = { version = "0.23.0", default-features = false, features = [