diff --git a/Cargo.lock b/Cargo.lock index beb6b0119..94fb69333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,12 +1846,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/z2/Cargo.toml b/z2/Cargo.toml index f12618b32..3881e2f78 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -30,7 +30,7 @@ blsful = { git = "https://github.com/JamesHinshelwood/agora-blsful", branch = "u clap = {version = "4.5.23", features = ["derive"]} clap-verbosity-flag = "3.0.1" cliclack = "0.3.5" -colored = "2.1.0" +colored = "2.2.0" crypto-bigint = "=0.5.5" env_logger = "0.11.5" eth_trie = {version = "0.1.0", path = "../eth-trie.rs"}