From 2efc5f9444402c5ef9db25887f2e95d184af8e05 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 9 Nov 2025 14:12:18 +0100 Subject: upgrade deps + clippy --- cache/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cache') diff --git a/cache/Cargo.toml b/cache/Cargo.toml index aaf83e0..c171147 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -6,10 +6,10 @@ edition = "2024" [dependencies] base64 = "0.22.1" humansize = "2.1.3" -anyhow = "1.0.95" +anyhow = "1.0.100" log = { workspace = true } tokio = { workspace = true } -sha2 = "0.10.8" -rand = "0.9.1" -serde = "1.0.217" +sha2 = "0.10.9" +rand = "0.9.2" +serde = "1.0.228" serde_json = "1.0.145" -- cgit v1.3