aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
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"] }