diff --git a/Cargo.lock b/Cargo.lock index f91f4d9..fdc2068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,11 +781,10 @@ dependencies = [ [[package]] name = "colored" -version = "2.2.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", "windows-sys 0.59.0", ] diff --git a/crates/solana-address-book/Cargo.toml b/crates/solana-address-book/Cargo.toml index e07d41a..8894b2d 100644 --- a/crates/solana-address-book/Cargo.toml +++ b/crates/solana-address-book/Cargo.toml @@ -15,7 +15,7 @@ categories = ["development-tools", "blockchain", "data-structures"] [dependencies] anchor-lang = "0.31.1" anyhow = "1.0" -colored = "2.1" +colored = "3.0" hex = "0.4" strum = { version = "0.26", features = ["derive"] } anchor-spl = "0.31.1" diff --git a/crates/testsvm/Cargo.toml b/crates/testsvm/Cargo.toml index 936a342..e842aa4 100644 --- a/crates/testsvm/Cargo.toml +++ b/crates/testsvm/Cargo.toml @@ -18,7 +18,7 @@ anchor-utils = { path = "../anchor-utils" } anyhow = "1.0" anchor-lang = "0.31.1" anchor-spl = { version = "0.31.1", features = ["token"] } -colored = "2.1" +colored = "3.0" litesvm = "0.6.1" solana-sdk = "2.2.1" strum = { version = "0.26", features = ["derive"] }