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 /client | |
parent | 3352d7d0031cbc5de1cd79f2a50ee3fdbb62003c (diff) | |
download | jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar.bz2 jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar.zst |
bump deps
Diffstat (limited to 'client')
-rw-r--r-- | client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 67d305e..c2303c0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,4 +8,4 @@ jellycommon = { path = "../common" } log = "0.4.20" reqwest = { version = "0.11.20", features = ["json"] } anyhow = "1.0.75" -serde_json = "1.0.105" +serde_json = "1.0.106" |