From d5387b5346cfd2acddcb5b1f7d7ff7fa0a22fd3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:06:21 +0000 Subject: [PATCH] chore: bump up Rust crate infer to 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"