Skip to content

Commit

Permalink
Bump colored from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [colored](https://github.com/mackwic/colored) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 712c3ab commit 7e91d6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regex = "1"
anyhow = "1.0.94"
blake2 = "0.10.6"
cargo_metadata = "0.19.1"
colored = "2.1.0"
colored = "2.2.0"
clap = { version = "4.5.23", features = ["derive", "env"] }
duct = "0.13.7"
heck = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ primitive-types = { version = "0.13.1", default-features = false, features = ["c
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
which = "7.0.1"
colored = "2.1.0"
colored = "2.2.0"
regex = "1"
serde_json = "1.0.133"
serde = { version = "1.0.216", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures = { version = "0.3.30", default-features = false, features = ["std"] }
itertools = { version = "0.13", default-features = false }
tracing = "0.1.40"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
colored = "2.1.0"
colored = "2.2.0"
serde = { version = "1.0.216", default-features = false, features = ["derive"] }
serde_json = "1.0.133"
url = { version = "2.5.4", features = ["serde"] }
Expand Down

0 comments on commit 7e91d6c

Please sign in to comment.