diff --git a/Cargo.lock b/Cargo.lock index 298582681..fcf4c0d83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,12 +1358,12 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[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/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 23c8c67b8..b21357028 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -11,7 +11,7 @@ edition ='2021' [dependencies] entropy-client={ version="0.3.0", path="../client" } clap ={ version="4.5.23", features=["derive"] } -colored ="2.0.4" +colored ="2.2.0" subxt ="0.35.3" sp-core ="31.0.0" anyhow ="1.0.94"