diff --git a/Cargo.lock b/Cargo.lock index e7ac7995..2405350b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,17 +559,6 @@ dependencies = [ "rand 0.8.5", ] -[[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 = "authenticator" version = "0.3.1" @@ -1142,11 +1131,10 @@ dependencies = [ [[package]] name = "color-backtrace" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6c04463c99389fff045d2b90ce84f5131332712c7ffbede020f5e9ad1ed685" +checksum = "150fd80a270c0671379f388c8204deb6a746bb4eac8a6c03fe2460b2c0127ea0" dependencies = [ - "atty", "backtrace", "termcolor", ] @@ -2691,15 +2679,6 @@ dependencies = [ "unicode-segmentation", ] -[[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.9" @@ -3104,7 +3083,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi", "libc", "windows-sys 0.52.0", ] @@ -3834,7 +3813,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi", "libc", ] diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index ef75c6af..316d85c7 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -46,7 +46,7 @@ chrono = { version = "0.4", optional = true } winrt-notification = { package = "tauri-winrt-notification", version = "0.1" } [dev-dependencies] -color-backtrace = "0.5" +color-backtrace = "0.6" ctor = "0.2" maplit = "1.0"