fix(deps): update rust crate infer to 0.15

This commit is contained in:
renovate[bot] 2024-05-09 13:55:19 +00:00 committed by GitHub
parent 154b2ab490
commit f8e2ee9671
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1609,9 +1609,9 @@ dependencies = [
[[package]] [[package]]
name = "infer" name = "infer"
version = "0.3.7" version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865e8a58ae8e24d2c4412c31344afa1d302a3740ad67528c10f50d6876cdcf55" checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
[[package]] [[package]]
name = "inlinable_string" name = "inlinable_string"

View file

@ -19,7 +19,7 @@ rust-version = "1.77.0"
[dependencies] [dependencies]
console-subscriber = { version = "0.2", optional = true } 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 # for hot lib reload
hot-lib-reloader = { version = "^0.7", optional = true } hot-lib-reloader = { version = "^0.7", optional = true }