From 602f033f953b27a7900d08bd18b2bcf0ba9504c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:44:47 +0000 Subject: [PATCH] chore(deps): update rust crate infer to 0.19.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa43dcf..2b150f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -1771,9 +1771,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.15.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" +checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" dependencies = [ "cfb", ] diff --git a/Cargo.toml b/Cargo.toml index d6af8df..1923a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ anyhow = "1.0.75" clap = { version = "4.4.10", features = ["derive"] } env_logger = "0.10.1" httpbin = { path = "httpbin" } -infer = "0.15.0" +infer = "0.19.0" log = "0.4.20" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"