diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
commit | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch) | |
tree | dfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /base | |
parent | b4a6cbfe411f6420922040061c72ffa4febf7111 (diff) | |
download | jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2 jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst |
update deps
Diffstat (limited to 'base')
-rw-r--r-- | base/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index eeab87e..be32dce 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -6,18 +6,18 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellyclient = { path = "../client" } -serde = { version = "1.0.203", features = ["derive"] } +serde = { version = "1.0.214", features = ["derive"] } serde_yaml = "0.9.34" log = { workspace = true } sha2 = "0.10.8" base64 = "0.22.1" tokio = { workspace = true } -anyhow = "1.0.86" +anyhow = "1.0.92" bincode = "2.0.0-rc.3" rand = "0.8.5" -redb = "2.1.1" +redb = "2.2.0" tantivy = "0.22.0" -serde_json = "1.0.120" +serde_json = "1.0.132" aes-gcm-siv = "0.11.1" [features] |