diff --git a/Cargo.lock b/Cargo.lock index 844dc87..b495bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ dependencies = [ [[package]] name = "size" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d" +checksum = "1b6709c7b6754dca1311b3c73e79fcce40dd414c782c66d88e8823030093b02b" [[package]] name = "strsim" diff --git a/Cargo.toml b/Cargo.toml index ec8f528..3813ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ codegen-units = 1 clap = { version = "4.5.27", features = ["derive"] } colored = "3.0.0" exitcode = "1.1.2" -size = "0.4.1" +size = "0.5.0"