diff options
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"] } |