diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-26 07:52:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-26 07:52:10 +0200 |
commit | 02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f (patch) | |
tree | 38769e5cd4787ee557f6665eb68b7ea5ef62467f /import | |
parent | 74be31a55c8a9fc533a445bc65c08154469d21c6 (diff) | |
parent | 7efece270151d8a22e3d5f209cf9707d989c4ac5 (diff) | |
download | jellything-02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f.tar jellything-02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f.tar.bz2 jellything-02c830dec5cc3824cf7cbd4c6bb61c2e7d14195f.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/jellything
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 f720169..bdb6813 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -8,7 +8,7 @@ jellycommon = { path = "../common" } jellymatroska = { path = "../matroska" } jellyremuxer = { path = "../remuxer" } -log = "0.4.20" +log = { workspace = true } env_logger = "0.10.0" anyhow = "1.0.75" clap = { version = "4.4.4", features = ["derive"] } |