diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1873,13 +1873,13 @@ dependencies = [ "serde", "serde_json", "sha2", - "tokio", ] [[package]] name = "jellycommon" version = "0.1.0" dependencies = [ + "base64", "blake3", "chrono", "hex", |