Skip to content

Commit c6f25f2

Browse files
authored
Merge pull request #3 from macalinao/dependabot/cargo/colored-3.0.0
deps(deps): bump colored from 2.2.0 to 3.0.0
2 parents 48332bf + df11b3c commit c6f25f2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/solana-address-book/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["development-tools", "blockchain", "data-structures"]
1515
[dependencies]
1616
anchor-lang = "0.31.1"
1717
anyhow = "1.0"
18-
colored = "2.1"
18+
colored = "3.0"
1919
hex = "0.4"
2020
strum = { version = "0.27", features = ["derive"] }
2121
anchor-spl = "0.31.1"

crates/testsvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anchor-utils = { path = "../anchor-utils" }
1818
anyhow = "1.0"
1919
anchor-lang = "0.31.1"
2020
anchor-spl = { version = "0.31.1", features = ["token"] }
21-
colored = "2.1"
21+
colored = "3.0"
2222
litesvm = "0.6.1"
2323
solana-sdk = "2.2.1"
2424
strum = { version = "0.27", features = ["derive"] }

0 commit comments

Comments
 (0)