aboutsummaryrefslogtreecommitdiff
path: root/matroska
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-06-05 20:10:49 +0200
committermetamuffin <metamuffin@disroot.org>2023-06-05 20:10:49 +0200
commite9185e5fb133fbf62d7cc86e644d2f9d272ba719 (patch)
tree870a65751620314585471b5ae502dadb231ef621 /matroska
parentb0d77c36ba632b91d65047716ca0a3e4176eaf4c (diff)
downloadjellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar
jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar.bz2
jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar.zst
updatte
Diffstat (limited to 'matroska')
-rw-r--r--matroska/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/matroska/Cargo.toml b/matroska/Cargo.toml
index 0d6e492..dbaa76f 100644
--- a/matroska/Cargo.toml
+++ b/matroska/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
ebml_derive = { path = "../ebml_derive" }
-anyhow = "1.0.68"
-log = "0.4.17"
+anyhow = "1.0.71"
+log = "0.4.18"
env_logger = "0.10.0"