diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-24 16:43:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-24 16:43:24 +0200 |
commit | 6b3ebbc1dd73382d81252778eac04cba6955584a (patch) | |
tree | 13c3c56f7249177c9d6ca983eeca66a2e3a79d72 /client | |
parent | 327fb4d66096744fdc58bfaf7ea570cc976390e8 (diff) | |
download | jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.bz2 jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.zst |
update
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 c2303c0..b4d83d4 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.106" +serde_json = "1.0.107" |