aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-26 07:52:10 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-26 07:52:10 +0200
commit02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f (patch)
tree38769e5cd4787ee557f6665eb68b7ea5ef62467f /base
parent74be31a55c8a9fc533a445bc65c08154469d21c6 (diff)
parent7efece270151d8a22e3d5f209cf9707d989c4ac5 (diff)
downloadjellything-02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f.tar
jellything-02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f.tar.bz2
jellything-02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/jellything
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"