diff options
Diffstat (limited to 'matroska')
-rw-r--r-- | matroska/Cargo.toml | 4 |
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" |