Skip to content

Commit

Permalink
chore(deps): Bump colored from 2.1.0 to 3.0.0 (#22170)
Browse files Browse the repository at this point in the history
Bumps [colored](https://github.com/mackwic/colored) from 2.1.0 to 3.0.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...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent cc8d4e4 commit 949b541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ bytes = { version = "1.9.0", default-features = false, features = ["serde"] }
bytesize = { version = "1.3.0", default-features = false }
chrono.workspace = true
chrono-tz.workspace = true
colored = { version = "2.1.0", default-features = false }
colored = { version = "3.0.0", default-features = false }
csv = { version = "1.3", default-features = false }
databend-client = { version = "0.22.2", default-features = false, features = ["rustls"], optional = true }
derivative = { version = "2.2.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-tap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ api = ["dep:async-graphql"]

[dependencies]
async-graphql = { version = "7.0.7", default-features = false, features = ["playground"], optional = true}
colored = { version = "2.1.0", default-features = false }
colored = { version = "3.0.0", default-features = false }
futures.workspace = true
glob.workspace = true
serde_yaml = { version = "0.9.34", default-features = false }
Expand Down

0 comments on commit 949b541

Please sign in to comment.