diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-02 01:05:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-02 01:05:48 +0200 |
commit | 96abb9182e20cc4ab80d272de26cbce427b94473 (patch) | |
tree | 5f064a15eee1c2d20500df5099b0f45b56543b04 /matroska/Cargo.toml | |
parent | 14e01792e33631d134fe895018d3bef5ea74a958 (diff) | |
download | jellything-96abb9182e20cc4ab80d272de26cbce427b94473.tar jellything-96abb9182e20cc4ab80d272de26cbce427b94473.tar.bz2 jellything-96abb9182e20cc4ab80d272de26cbce427b94473.tar.zst |
update crates
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 dbaa76f..e38e028 100644 --- a/matroska/Cargo.toml +++ b/matroska/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] ebml_derive = { path = "../ebml_derive" } -anyhow = "1.0.71" -log = "0.4.18" +anyhow = "1.0.72" +log = "0.4.19" env_logger = "0.10.0" |