aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-22 16:01:58 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-22 16:01:58 +0100
commitb14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d (patch)
tree750f5fc3d44bb300cef1552e3106f4dac9498f8e /import/Cargo.toml
parent80e545d06c4a0f0841d4b40e3aff479ef8d864f9 (diff)
downloadjellything-b14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d.tar
jellything-b14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d.tar.bz2
jellything-b14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d.tar.zst
rework import system pt. 6: tmdb import
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
index a54967c..91a7662 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 = ["blocking", "json"] }
+reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"