diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-09 14:12:18 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-09 14:12:18 +0100 |
| commit | 2efc5f9444402c5ef9db25887f2e95d184af8e05 (patch) | |
| tree | 07f317780bdbe87d633e5340fe87bc604484730d /cache | |
| parent | 6032bfd0fa7cfd10d1bc17e44f91a789aa86efad (diff) | |
| download | jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.bz2 jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.zst | |
upgrade deps + clippy
Diffstat (limited to 'cache')
| -rw-r--r-- | cache/Cargo.toml | 8 |
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" |