Merge pull request #380 from sagiegurari/dependabot/cargo/colored-2.1.0

Bump colored from 2.0.4 to 2.1.0
This commit is contained in:
Sagie Gur-Ari 2023-12-14 20:20:00 +02:00 committed by GitHub
commit 323a425429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
Cargo.lock generated
View file

@ -158,11 +158,10 @@ dependencies = [
[[package]]
name = "colored"
version = "2.0.4"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
"is-terminal",
"lazy_static",
"windows-sys",
]
@ -505,17 +504,6 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "is-terminal"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi",
"rustix",
"windows-sys",
]
[[package]]
name = "itoa"
version = "1.0.9"