diff --git a/Cargo.lock b/Cargo.lock index 9e3d712a6..794c1957e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -180,10 +182,11 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "4.0.9" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c8758c32833faaae35b24a73d332e62d0528e89076ae841c63940e37008b153" +checksum = "3348673602e04848647fffaa8e9a861e7b5d5cae6570727b41bde0f722514484" dependencies = [ + "serde", "utf8-width", ] diff --git a/Cargo.toml b/Cargo.toml index 7c82087d6..79b8d44e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_yaml = "0.8" chrono = "0.4" chrono-humanize = "0.1.1" -byte-unit = "4.0.9" +byte-unit = "4.0.18" [target.'cfg(windows)'.dependencies] ansi_term = "0.12"