diff --git a/Cargo.lock b/Cargo.lock index 107717f..521a110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,12 +450,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b17021f..7ac7d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ nohash-hasher = "0.2.0" #rustc-hash = "2.0.0" -colored = "2.1.0" +colored = "2.2.0" num = "0.4.3"