Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 9b1f2f4 commit 8a6d95b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boa_runtime.workspace = true
rustyline = { version = "12.0.0", features = ["derive"]}
clap = { version = "4.3.10", features = ["derive"] }
serde_json = "1.0.99"
colored = "2.0.0"
colored = "2.0.3"
regex = "1.8.4"
phf = { version = "0.11.2", features = ["macros"] }
pollster = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0.99"
bitflags = "2.3.3"
regex = "1.8.4"
once_cell = "1.18.0"
colored = "2.0.0"
colored = "2.0.3"
fxhash = "0.2.1"
rayon = "1.7.0"
toml = "0.7.5"
Expand Down

0 comments on commit 8a6d95b

Please sign in to comment.