fix(deps): update rust crate console-subscriber to 0.2.0

This commit is contained in:
renovate[bot] 2024-05-03 05:54:06 +00:00 committed by GitHub
parent c531101657
commit 493ebe6c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 43 additions and 44 deletions

View file

@ -17,7 +17,7 @@ edition = "2021"
rust-version = "1.76.0"
[dependencies]
console-subscriber = { version = "0.1", optional = true }
console-subscriber = { version = "0.2.0", optional = true }
# for hot lib reload
hot-lib-reloader = { version = "^0.7", optional = true }