Update supports-* crates to released versions

This commit is contained in:
George Pollard 2023-03-14 00:19:19 +00:00 committed by GitHub
parent 4c3dcd7c22
commit cc9798ce8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ unicode-width = "0.1.9"
owo-colors = { version = "3.0.0", optional = true }
is-terminal = { version = "0.4.0", optional = true }
textwrap = { version = "0.15.0", optional = true }
supports-hyperlinks = { git = "https://github.com/Porges/supports-hyperlinks", optional = true }
supports-color = { git = "https://github.com/zkat/supports-color", optional = true }
supports-unicode = { git = "https://github.com/Porges/supports-unicode", optional = true }
supports-hyperlinks = { version = "2.0.0", optional = true }
supports-color = { version = "2.0.0", optional = true }
supports-unicode = { version = "2.0.0", optional = true }
backtrace = { version = "0.3.61", optional = true }
terminal_size = { version = "0.1.17", optional = true }