diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-30 15:21:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-30 15:21:57 +0200 |
commit | 30e3d18c6ec50572365baaaaa3542769e82e763a (patch) | |
tree | 3eade459fe488729bbe61dd85ac49948d5e24ef7 /import | |
parent | d0d8316a015fa0434c2871541b83ea0aca781a99 (diff) | |
download | jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar.bz2 jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar.zst |
move some files around for new remuxer + small changes
Diffstat (limited to 'import')
-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 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"] } |