aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-06 13:44:55 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-06 13:44:55 +0200
commit2ceff639ceca3961e644e5291b654107409d298f (patch)
treeef40f7dd8d3db5dfa5e8afb345d663f86139815d /base
parent8ef86fed3d084b1fcaae2d52aa5d603faeb18161 (diff)
downloadjellything-2ceff639ceca3961e644e5291b654107409d298f.tar
jellything-2ceff639ceca3961e644e5291b654107409d298f.tar.bz2
jellything-2ceff639ceca3961e644e5291b654107409d298f.tar.zst
update deps and fix compiler hang on rav1e
Diffstat (limited to 'base')
-rw-r--r--base/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index b9fba7e..6ee80aa 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
-serde_json = "1.0.104"
-log = "0.4.19"
+serde_json = "1.0.105"
+log = "0.4.20"
sha2 = "0.10.7"
-base64 = "0.21.2"
+base64 = "0.21.3"