Browse Source

Bump colored from 2.0.4 to 2.1.0 (#3515)

Bumps [colored](https://github.com/mackwic/colored) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v2.0.4...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3517/head
dependabot[bot] 12 months ago committed by GitHub
parent
commit
d69ac23bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Cargo.lock
  2. 2
      Cargo.toml

5
Cargo.lock generated

@ -872,11 +872,10 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "colored"
version = "2.0.4"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
"is-terminal",
"lazy_static",
"windows-sys 0.48.0",
]

2
Cargo.toml

@ -48,7 +48,7 @@ arbitrary = "1"
bitflags = "2.4.1"
chrono = { version = "0.4.31", default-features = false }
clap = "4.4.11"
colored = "2.0.4"
colored = "2.1.0"
fast-float = "0.2.0"
hashbrown = { version = "0.14.3", default-features = false }
indexmap = { version = "2.1.0", default-features = false }

Loading…
Cancel
Save