From 2ceff639ceca3961e644e5291b654107409d298f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 6 Sep 2023 13:44:55 +0200 Subject: update deps and fix compiler hang on rav1e --- base/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base') 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" -- cgit v1.2.3-70-g09d2