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 }