aboutsummaryrefslogtreecommitdiff
path: root/matroska
diff options
context:
space:
mode:
Diffstat (limited to 'matroska')
-rw-r--r--matroska/Cargo.toml6
-rw-r--r--matroska/src/bin/mkvdump.rs1
2 files changed, 3 insertions, 4 deletions
diff --git a/matroska/Cargo.toml b/matroska/Cargo.toml
index 5ec3e09..f21a779 100644
--- a/matroska/Cargo.toml
+++ b/matroska/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
ebml_derive = { path = "../ebml_derive" }
-log = "0.4.20"
-env_logger = "0.10.1"
-thiserror = "1.0.51"
+log = "0.4.21"
+env_logger = "0.11.3"
+thiserror = "1.0.58"
diff --git a/matroska/src/bin/mkvdump.rs b/matroska/src/bin/mkvdump.rs
index 83919d7..b58adcc 100644
--- a/matroska/src/bin/mkvdump.rs
+++ b/matroska/src/bin/mkvdump.rs
@@ -21,4 +21,3 @@ fn main() {
}
}
}
- \ No newline at end of file