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 /import/Cargo.toml | |
parent | d2d58e5ce076a00ad97836a036bcdacfb423dfcb (diff) | |
download | jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar.bz2 jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar.zst |
make shows semi-work
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index a05fec8..9ef517b 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -12,7 +12,7 @@ jellyremuxer = { path = "../remuxer" } log = { workspace = true } anyhow = "1.0.75" -reqwest = { version = "0.11.22", features = ["json"] } +reqwest = { workspace = true } urlencoding = "2.1.3" bincode = { version = "2.0.0-rc.3", features = ["derive"] } |