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 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"] }