diff --git a/Cargo.lock b/Cargo.lock index af62bc52..9fc43452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3042,6 +3042,15 @@ dependencies = [ "cfb", ] +[[package]] +name = "infer" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847" +dependencies = [ + "cfb", +] + [[package]] name = "inotify" version = "0.9.6" @@ -6916,7 +6925,7 @@ dependencies = [ "flate2", "futures-util", "http", - "infer", + "infer 0.16.0", "minisign-verify", "reqwest", "semver", @@ -7038,7 +7047,7 @@ dependencies = [ "getrandom 0.2.15", "glob", "html5ever", - "infer", + "infer 0.15.0", "json-patch", "kuchikiki", "log", diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index 6cfcc308..0d5cc8be 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -36,7 +36,7 @@ base64 = "0.22" semver = { version = "1", features = ["serde"] } futures-util = "0.3" tempfile = "3" -infer = "0.15" +infer = "0.16" [target."cfg(target_os = \"windows\")".dependencies] zip = { version = "2", default-features = false, optional = true }