diff --git a/Cargo.lock b/Cargo.lock index 4a1f0c1..6057639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "crossbeam-channel" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" +checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" dependencies = [ "crossbeam-utils", ] diff --git a/Cargo.toml b/Cargo.toml index 7876590..0899b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ base64 = "0.22" percent-encoding = "2.3" idna = "0.4" cursive = { version = "0.20.0", default-features = false, features = ["pancurses-backend", "toml"] } -crossbeam-channel = "0.5.12" +crossbeam-channel = "0.5.13" regex = "1" mime = "0.3.17" linkify = "0.10.0"