aboutsummaryrefslogtreecommitdiff
path: root/cache/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cache/Cargo.toml')
-rw-r--r--cache/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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"