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 <github@fabianlars.de>
pull/2452/head
renovate[bot] 3 months ago committed by GitHub
parent f6838d507f
commit c10d5bfb54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
Cargo.lock generated

@ -3069,6 +3069,15 @@ dependencies = [
"cfb", "cfb",
] ]
[[package]]
name = "infer"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
dependencies = [
"cfb",
]
[[package]] [[package]]
name = "inotify" name = "inotify"
version = "0.11.0" version = "0.11.0"
@ -6947,7 +6956,7 @@ dependencies = [
"flate2", "flate2",
"futures-util", "futures-util",
"http", "http",
"infer", "infer 0.19.0",
"minisign-verify", "minisign-verify",
"osakit", "osakit",
"percent-encoding", "percent-encoding",
@ -7075,7 +7084,7 @@ dependencies = [
"glob", "glob",
"html5ever", "html5ever",
"http", "http",
"infer", "infer 0.16.0",
"json-patch", "json-patch",
"kuchikiki", "kuchikiki",
"log", "log",

@ -43,7 +43,7 @@ base64 = "0.22"
semver = { version = "1", features = ["serde"] } semver = { version = "1", features = ["serde"] }
futures-util = "0.3" futures-util = "0.3"
tempfile = "3" tempfile = "3"
infer = "0.16" infer = "0.19"
percent-encoding = "2.3" percent-encoding = "2.3"
[target."cfg(target_os = \"windows\")".dependencies] [target."cfg(target_os = \"windows\")".dependencies]

Loading…
Cancel
Save