diff --git a/Cargo.toml b/Cargo.toml index bef4c32..77b57af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] anyhow = "1" bzip2 = "0.6" flate2 = "1" -infer = "0.19" +infer = "0.22" lzma-rs = { version = "0.3", features = ["stream"] } napi = { version = "3", features = ["anyhow", "napi6"] } napi-derive = "3"