diff --git a/Cargo.lock b/Cargo.lock index 1d850c29..ab33a5e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,9 +1102,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" +checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" dependencies = [ "cfg-if", "crossbeam-utils", @@ -2831,7 +2831,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.5.9", + "toml 0.8.2", "toml_edit 0.19.14", "tracing 0.2.0", "tracing-appender", @@ -2913,7 +2913,7 @@ dependencies = [ "strum", "strum_macros", "tar", - "toml 0.5.9", + "toml 0.8.2", "toml_edit 0.19.14", "tracing 0.2.0", "trash", diff --git a/Cargo.toml b/Cargo.toml index e36c3fa2..e7966e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ authors = ["Dongdong Zhou "] anyhow = "1.0" chrono = "0.4" clap = { version = "3.2.25", features = ["derive"] } -crossbeam-channel = "0.5.0" +crossbeam-channel = "0.5.8" directories = "4.0.1" flate2 = "1.0" hashbrown = { version = "0.12.3", features = ["serde"] }