diff --git a/Cargo.lock b/Cargo.lock index 0543bd7ae..f32d97d1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cacafc908e8d12d64a528815204043b7b0611c8bd2f5abfe1d60b293d160ae" +checksum = "55390dbbf21ce70683f3e926dace00a21da373e35e44a60cafd232e3e9bf2041" [[package]] name = "byteorder" diff --git a/Cargo.toml b/Cargo.toml index d081ffafd..539ab2dfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ gethostname = "0.2.1" once_cell = "1.4.0" chrono = "0.4" sysinfo = "0.14.3" -byte-unit = "3.1.2" +byte-unit = "3.1.3" starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" } yaml-rust = "0.4" pest = "^2.1"