diff --git a/Cargo.lock b/Cargo.lock index 259538eb0c..693da06938 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,17 +244,6 @@ dependencies = [ "syn 2.0.26", ] -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - [[package]] name = "autocfg" version = "1.1.0" @@ -513,11 +502,10 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "color-backtrace" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6c04463c99389fff045d2b90ce84f5131332712c7ffbede020f5e9ad1ed685" +checksum = "b6fcd4d200ae702628e8d54bafff5f7e7397b031a5849656a6f5bfe2c5fb780d" dependencies = [ - "atty", "backtrace", "termcolor", ] @@ -1064,15 +1052,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.2" @@ -1241,7 +1220,7 @@ version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi", "rustix", "windows-sys 0.48.0", ] @@ -1667,7 +1646,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 0247087959..45f405eeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ version = "4.3" features = [ "derive", "env", "color", "unstable-styles" ] [dependencies.color-backtrace] -version = "0.5.1" +version = "0.6.0" [dependencies.colored] version = "2.0" diff --git a/errors/Cargo.toml b/errors/Cargo.toml index 7fff74a089..8b172f4fd2 100644 --- a/errors/Cargo.toml +++ b/errors/Cargo.toml @@ -32,7 +32,7 @@ version = "0.3.68" version = "2.0.4" [dependencies.color-backtrace] -version = "0.5.1" +version = "0.6.0" [dependencies.derivative] version = "2.2.0"