Skip to content

Commit

Permalink
fix(deps): update rust crate infer to 0.19 (#985)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 1eb5c8c commit 967bddf
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 @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
anyhow = "1"
base64-simd = "0.8"
cssparser = "0.29"
infer = "0.16"
infer = "0.19"
libavif = { version = "0.14", default-features = false, features = ["codec-aom"] }
napi = { version = "3.0.0-alpha.27", default-features = false, features = ["napi4", "web_stream", "serde-json"] }
napi-derive = { version = "3.0.0-alpha.25", default-features = false }
Expand Down

0 comments on commit 967bddf

Please sign in to comment.