diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-22 22:31:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-22 22:31:20 +0200 |
commit | 35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b (patch) | |
tree | 78a439c9dd8507489fecc57a22e1ee98278d9d93 /base | |
parent | 3352d7d0031cbc5de1cd79f2a50ee3fdbb62003c (diff) | |
download | jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar.bz2 jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar.zst |
bump deps
Diffstat (limited to 'base')
-rw-r--r-- | base/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index 6ee80aa..1c13fc9 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } -serde_json = "1.0.105" +serde_json = "1.0.106" log = "0.4.20" sha2 = "0.10.7" -base64 = "0.21.3" +base64 = "0.21.4" |