diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-30 12:33:43 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-30 12:33:43 +0100 |
commit | b9fb4f7803eb648094c268f65ebd2613ca9e0953 (patch) | |
tree | 3beb6fe3d35fb79baad7990503057bbf3d1197a6 /client | |
parent | d2d58e5ce076a00ad97836a036bcdacfb423dfcb (diff) | |
download | jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar.bz2 jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar.zst |
make shows semi-work
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 9e1d5ce..91bf4a8 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } log = { workspace = true } -reqwest = { version = "0.11.22", features = ["json"] } +reqwest = { workspace = true } anyhow = "1.0.75" serde_json = "1.0.108" serde = { version = "1.0.193", features = ["derive"] } |