Skip to content

Commit

Permalink
fix(deps): update rust crate dav1d-sys to 0.7.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and barrbrain committed Apr 7, 2024
1 parent 732162e commit 581775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ num-derive = "0.4"
paste = "1.0"
noop_proc_macro = "0.3.0"
serde = { version = "1.0", features = ["derive"], optional = true }
dav1d-sys = { version = "0.6.0", package = "libdav1d-sys", optional = true }
dav1d-sys = { version = "0.7.0", package = "libdav1d-sys", optional = true }
aom-sys = { version = "0.3.3", optional = true }
scan_fmt = { version = "0.2.6", optional = true, default-features = false }
ivf = { version = "0.1", path = "ivf/", optional = true }
Expand Down

0 comments on commit 581775d

Please sign in to comment.