Update terminal-colorsaurus

This commit is contained in:
Tau Gärtli 2024-04-16 14:43:37 +02:00
parent 2b26d6b488
commit f22e92b27c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1323,9 +1323,9 @@ dependencies = [
[[package]]
name = "terminal-colorsaurus"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c374383f597b763eb3bd06bc4e18f85510a52d7f1ac762f0c7e413ce696079fc"
checksum = "7973977cea42c1a8ae8f5755caa43f6b555a861a20809acdbed0e73b944801e4"
dependencies = [
"libc",
"memchr",

View File

@ -68,7 +68,7 @@ bytesize = { version = "1.3.0" }
encoding_rs = "0.8.33"
os_str_bytes = { version = "~7.0", optional = true }
run_script = { version = "^0.10.1", optional = true}
terminal-colorsaurus = { version = "0.3.1" }
terminal-colorsaurus = { version = "0.3.2" }
[dependencies.git2]
version = "0.18"