aboutsummaryrefslogtreecommitdiff
path: root/matroska
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-06 13:06:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-06 13:06:25 +0200
commitb4a6cbfe411f6420922040061c72ffa4febf7111 (patch)
tree94f755a730b6641c8e5d6399e4c046c92f46aa29 /matroska
parent5ccadd8349d30de62959cb98ece6eebd3d50d40b (diff)
downloadjellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar
jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.bz2
jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.zst
update things
Diffstat (limited to 'matroska')
-rw-r--r--matroska/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/matroska/Cargo.toml b/matroska/Cargo.toml
index f4f7b7f..b041b54 100644
--- a/matroska/Cargo.toml
+++ b/matroska/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
ebml_derive = { path = "../ebml_derive" }
-log = "0.4.21"
+log = "0.4.22"
env_logger = "0.11.3"
thiserror = "1.0.61"