aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index 03b5055..45c3843 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
serde = { version = "1.0.188", features = ["derive"] }
-serde_json = "1.0.107"
+serde_yaml = "0.9.25"
log = { workspace = true }
sha2 = "0.10.8"
base64 = "0.21.4"