diff --git a/Cargo.lock b/Cargo.lock index 01791f8b..e3404511 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3069,6 +3069,15 @@ dependencies = [ "cfb", ] +[[package]] +name = "infer" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" +dependencies = [ + "cfb", +] + [[package]] name = "inotify" version = "0.11.0" @@ -6947,7 +6956,7 @@ dependencies = [ "flate2", "futures-util", "http", - "infer", + "infer 0.19.0", "minisign-verify", "osakit", "percent-encoding", @@ -7075,7 +7084,7 @@ dependencies = [ "glob", "html5ever", "http", - "infer", + "infer 0.16.0", "json-patch", "kuchikiki", "log", diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index b4a81b0a..cf9e709f 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -43,7 +43,7 @@ base64 = "0.22" semver = { version = "1", features = ["serde"] } futures-util = "0.3" tempfile = "3" -infer = "0.16" +infer = "0.19" percent-encoding = "2.3" [target."cfg(target_os = \"windows\")".dependencies]