diff --git a/Cargo.lock b/Cargo.lock index 8f3466ac6f9..4f0fc7a1acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3231,12 +3231,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "supports-hyperlinks" -version = "2.1.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d" -dependencies = [ - "is-terminal", -] +checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index 35751e78801..b773705b196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ serde_json = "1.0.113" sha1 = "0.10.6" sha2 = "0.10.8" shell-escape = "0.1.5" -supports-hyperlinks = "2.1.0" +supports-hyperlinks = "3.0.0" snapbox = { version = "0.5.6", features = ["diff", "path", "term-svg"] } tar = { version = "0.4.40", default-features = false } tempfile = "3.9.0"