Skip to content

Commit

Permalink
fix(deps): update rust crate libavif to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2023
1 parent 5cb70b3 commit fd1515b
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 @@ -19,7 +19,7 @@ napi-derive = { version = "2", default-features = false }
nom = "7"
num_cpus = "1"
once_cell = "1"
libavif = { version = "0.10", default-features = false, features = [
libavif = { version = "0.11", default-features = false, features = [
"codec-aom",
] }
regex = "1"
Expand Down

0 comments on commit fd1515b

Please sign in to comment.