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

View file

@ -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 }