From f8e2ee967157448e80ecb8d6fc4b4f244fedf2dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 13:55:19 +0000 Subject: [PATCH] fix(deps): update rust crate infer to 0.15 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6944d8d1..4ed1702d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1609,9 +1609,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.3.7" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "865e8a58ae8e24d2c4412c31344afa1d302a3740ad67528c10f50d6876cdcf55" +checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" [[package]] name = "inlinable_string" diff --git a/Cargo.toml b/Cargo.toml index f24789f6..e6b55a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.77.0" [dependencies] console-subscriber = { version = "0.2", optional = true } -infer = { version = "0.3", default-features = false } +infer = { version = "0.15", default-features = false } # for hot lib reload hot-lib-reloader = { version = "^0.7", optional = true }