Update terminal-colorsaurus (again)

This commit is contained in:
Tau Gärtli 2024-04-16 14:43:46 +02:00
parent d31438432b
commit 4aeb3cd0ea
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.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7973977cea42c1a8ae8f5755caa43f6b555a861a20809acdbed0e73b944801e4"
checksum = "a11d4fd698c3b697b6f712fa75f62f7b15119f41b0bb660741dd02297f534d78"
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.2" }
terminal-colorsaurus = { version = "0.3.3" }
[dependencies.git2]
version = "0.18"