From c10d5bfb54d340968730341fa89a30609c8c4925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 13:22:51 +0100 Subject: [PATCH] chore(deps): update rust crate infer to 0.19 (v2) (#2385) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars --- Cargo.lock | 13 +++++++++++-- plugins/updater/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) 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]