diff --git a/Cargo.lock b/Cargo.lock index 653852e..7603b21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,16 +406,6 @@ dependencies = [ "cfg-if 1.0.0", ] -[[package]] -name = "crossbeam-channel" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" -dependencies = [ - "crossbeam-utils 0.7.2", - "maybe-uninit", -] - [[package]] name = "crossbeam-channel" version = "0.5.0" @@ -1805,7 +1795,7 @@ dependencies = [ "ape", "base64 0.13.0", "cookie 0.14.3", - "crossbeam-channel 0.4.4", + "crossbeam-channel", "diesel", "diesel_migrations", "getopts", @@ -2097,7 +2087,7 @@ version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" dependencies = [ - "crossbeam-channel 0.5.0", + "crossbeam-channel", "crossbeam-deque 0.8.0", "crossbeam-utils 0.8.0", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 711790d..c891592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ service-rocket = ["rocket", "rocket_contrib"] anyhow = "1.0.35" ape = "0.3.0" base64 = "0.13" -crossbeam-channel = "0.4" +crossbeam-channel = "0.5" diesel_migrations = { version = "1.4", features = ["sqlite"] } getopts = "0.2.15" id3 = "0.5.1"