diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
commit | a5a73dc868c714391e4da4a53b4e4993fc77372e (patch) | |
tree | 1bad34a616a7e20b40ef6a8100b8aa20ef5fb783 /Cargo.lock | |
parent | 59825d68efa1077382fd6acac73f75ae9dc3680a (diff) | |
download | jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.bz2 jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.zst |
parallel import
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -652,9 +652,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] @@ -1748,12 +1748,14 @@ dependencies = [ "async-recursion", "base64", "bincode", + "crossbeam-channel", "ebml-struct", "futures", "jellybase", "jellyclient", "jellycommon", "log", + "rayon", "regex", "reqwest", "serde", |