diff options
Diffstat (limited to 'matroska/Cargo.toml')
-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 01a3be9..de8389c 100644 --- a/matroska/Cargo.toml +++ b/matroska/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] ebml_derive = { path = "../ebml_derive" } -log = "0.4.19" +log = "0.4.20" env_logger = "0.10.0" -thiserror = "1.0.44" +thiserror = "1.0.48" |