diff --git a/Cargo.toml b/Cargo.toml index 3e3f891..be1182c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -thiserror = "1" +thiserror = "2" text-colorizer = "1" clap = { version = "4", features = [ "derive", "cargo" ] }