aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index d478122..8101c01 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
serde_json = "1.0.107"
-log = "0.4.20"
+log = { workspace = true }
sha2 = "0.10.7"
base64 = "0.21.4"