chore(deps): update rust crate color-backtrace to 0.7 (#2409)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2447/head
renovate[bot] 3 months ago committed by GitHub
parent 3276d65801
commit 5b3a1aaf73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated

@ -1073,9 +1073,9 @@ dependencies = [
[[package]]
name = "color-backtrace"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150fd80a270c0671379f388c8204deb6a746bb4eac8a6c03fe2460b2c0127ea0"
checksum = "2123a5984bd52ca861c66f66a9ab9883b27115c607f801f86c1bc2a84eb69f0f"
dependencies = [
"backtrace",
"termcolor",

@ -46,7 +46,7 @@ windows-version = { version = "0.1", optional = true }
notify-rust = "4.11"
[dev-dependencies]
color-backtrace = "0.6"
color-backtrace = "0.7"
ctor = "0.2"
maplit = "1"

Loading…
Cancel
Save