aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-15 17:13:15 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-15 17:13:15 +0200
commit29a62d702b24d8ea30c72e17569d9a98ad2775b9 (patch)
tree0f3f746054d7d52cb537c055217e8afe88f68baf /base/Cargo.toml
parent2c1b50a1f32c5f87489c2bc03f81e53da8cf3d29 (diff)
downloadjellything-29a62d702b24d8ea30c72e17569d9a98ad2775b9.tar
jellything-29a62d702b24d8ea30c72e17569d9a98ad2775b9.tar.bz2
jellything-29a62d702b24d8ea30c72e17569d9a98ad2775b9.tar.zst
upgrade all deps (except image-rs)
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index 5c65de7..de8ab17 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.193", features = ["derive"] }
-serde_yaml = "0.9.27"
+serde = { version = "1.0.197", features = ["derive"] }
+serde_yaml = "0.9.34"
log = { workspace = true }
sha2 = "0.10.8"
-base64 = "0.21.5"
+base64 = "0.22.0"
tokio = { workspace = true }
-anyhow = "1.0.75"
+anyhow = "1.0.82"
bincode = "2.0.0-rc.3"
rand = "0.8.5"
-redb = "1.5.0"
+redb = "2.0.0"
tantivy = "0.22.0"
-serde_json = "1.0.111"
+serde_json = "1.0.115"
aes-gcm-siv = "0.11.1"
[features]