diff --git a/Cargo.toml b/Cargo.toml index c8a4f62a..fac14da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }