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

This commit is contained in:
renovate[bot] 2023-07-04 01:14:19 +00:00 committed by GitHub
parent 9636a88540
commit 187b87d146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -200,9 +200,9 @@ dependencies = [
[[package]]
name = "console-subscriber"
version = "0.1.9"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7"
checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb"
dependencies = [
"console-api",
"crossbeam-channel",

View File

@ -19,7 +19,7 @@ ddinstagram = []
journald = ["tracing-journald"]
[dependencies]
console-subscriber = { version = "0.1.9", optional = true }
console-subscriber = { version = "0.1.10", optional = true }
dotenvy = "0.15.7"
futures = "*"
once_cell = "1.18.0"