diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-05 20:10:49 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-05 20:10:49 +0200 |
commit | e9185e5fb133fbf62d7cc86e644d2f9d272ba719 (patch) | |
tree | 870a65751620314585471b5ae502dadb231ef621 /tools | |
parent | b0d77c36ba632b91d65047716ca0a3e4176eaf4c (diff) | |
download | jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar.bz2 jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar.zst |
updatte
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 9e9b965..804f5a0 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -8,12 +8,12 @@ jellycommon = { path = "../common" } jellymatroska = {path = "../matroska"} jellyremuxer = {path = "../remuxer"} -clap = { version = "4.0.32", features = ["derive"] } +clap = { version = "4.3.0", features = ["derive"] } -log = "0.4.17" +log = "0.4.18" env_logger = "0.10.0" -anyhow = "1.0.68" -serde_json = "1.0.91" +anyhow = "1.0.71" +serde_json = "1.0.96" [[bin]] path = "src/bin/import.rs" |