aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
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]