diff --git a/Cargo.lock b/Cargo.lock index 253a04d..374cca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,11 +778,11 @@ dependencies = [ [[package]] name = "colored" -version = "3.0.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/crates/solana-address-book/Cargo.toml b/crates/solana-address-book/Cargo.toml index 70a25e5..093d3ff 100644 --- a/crates/solana-address-book/Cargo.toml +++ b/crates/solana-address-book/Cargo.toml @@ -15,7 +15,7 @@ categories = ["development-tools", "data-structures"] [dependencies] anchor-lang = "0.31.1" anyhow = "1.0" -colored = "3.0" +colored = "3.1" hex = "0.4" strum = { version = "0.27", features = ["derive"] } anchor-spl = "0.31.1" diff --git a/crates/testsvm/Cargo.toml b/crates/testsvm/Cargo.toml index 3af0900..207b1a5 100644 --- a/crates/testsvm/Cargo.toml +++ b/crates/testsvm/Cargo.toml @@ -21,7 +21,7 @@ testsvm-spl = { version = "0.1.1", path = "../testsvm-spl" } anyhow = "1.0" anchor-lang = "0.31.1" anchor-spl = { version = "0.31.1", features = ["token"] } -colored = "3.0" +colored = "3.1" litesvm = "0.6.1" solana-sdk = "2.2.1" strum = { version = "0.27", features = ["derive"] }