aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-30 15:21:57 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-30 15:21:57 +0200
commit30e3d18c6ec50572365baaaaa3542769e82e763a (patch)
tree3eade459fe488729bbe61dd85ac49948d5e24ef7 /import/Cargo.toml
parentd0d8316a015fa0434c2871541b83ea0aca781a99 (diff)
downloadjellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar
jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar.bz2
jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar.zst
move some files around for new remuxer + small changes
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 bdb6813..89d3ea9 100644
--- a/import/Cargo.toml
+++ b/import/Cargo.toml
@@ -11,7 +11,7 @@ jellyremuxer = { path = "../remuxer" }
log = { workspace = true }
env_logger = "0.10.0"
anyhow = "1.0.75"
-clap = { version = "4.4.4", features = ["derive"] }
+clap = { version = "4.4.6", features = ["derive"] }
reqwest = { version = "0.11.20", features = ["blocking", "json"] }
serde = { version = "1.0.188", features = ["derive"] }