diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:07:58 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:07:58 +0100 |
commit | e7ba3274e27fad755f15465581f5b403c82ab4d2 (patch) | |
tree | f2d693c61786ee6ed027636393fd75f086bd77e8 /base/Cargo.toml | |
parent | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (diff) | |
download | jellything-e7ba3274e27fad755f15465581f5b403c82ab4d2.tar jellything-e7ba3274e27fad755f15465581f5b403c82ab4d2.tar.bz2 jellything-e7ba3274e27fad755f15465581f5b403c82ab4d2.tar.zst |
prepare database refactor
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index be32dce..b9e47de 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.214", features = ["derive"] } +serde = { version = "1.0.217", features = ["derive"] } serde_yaml = "0.9.34" log = { workspace = true } sha2 = "0.10.8" base64 = "0.22.1" tokio = { workspace = true } -anyhow = "1.0.92" +anyhow = "1.0.95" bincode = "2.0.0-rc.3" -rand = "0.8.5" -redb = "2.2.0" +rand = "0.9.0" +redb = "2.4.0" tantivy = "0.22.0" -serde_json = "1.0.132" +serde_json = "1.0.138" aes-gcm-siv = "0.11.1" [features] |