diff --git a/Cargo.lock b/Cargo.lock index 950d7941..69707a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,11 +600,10 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "colored" -version = "2.0.4" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" +checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" dependencies = [ - "is-terminal", "lazy_static", "windows-sys 0.48.0", ] @@ -1890,17 +1889,6 @@ version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" -[[package]] -name = "is-terminal" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" -dependencies = [ - "hermit-abi", - "rustix 0.38.25", - "windows-sys 0.48.0", -] - [[package]] name = "itertools" version = "0.11.0" diff --git a/crates/devtools/Cargo.toml b/crates/devtools/Cargo.toml index 8008acb3..c5fff112 100644 --- a/crates/devtools/Cargo.toml +++ b/crates/devtools/Cargo.toml @@ -24,7 +24,7 @@ tokio.workspace = true tonic.workspace = true serde = "1" tonic-health = "0.10" -colored = "2.0" +colored = "2.1" serde_json = "1" futures = "0.3.28" bytes = "1.5.0" diff --git a/tauri-v1/devtools/Cargo.toml b/tauri-v1/devtools/Cargo.toml index 774027de..bce4fcb7 100644 --- a/tauri-v1/devtools/Cargo.toml +++ b/tauri-v1/devtools/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } tonic = "0.10" tokio = "1.33.0" tonic-health = "0.10" -colored = "2.0" +colored = "2.1" serde_json = "1" futures = "0.3.28" bytes = "1.5.0"