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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent e713ed5 commit 74c8c0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 80 deletions.
90 changes: 12 additions & 78 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ trace = ["debug"]
asn1-rs-derive = { version="0.5", path="./derive" }
asn1-rs-impl = { version="0.2", path="./impl" }
bitvec = { version="1.0", optional=true }
colored = { version="2.0", optional=true }
colored = { version="2.2", optional=true }
cookie-factory = { version="0.3.0", optional=true }
displaydoc = "0.2.2"
nom = { version="7.0", default-features=false, features=["std"] }
Expand All @@ -62,7 +62,7 @@ thiserror = "2.0.0"
time = { version="0.3", features=["macros", "parsing", "formatting"], optional=true }

[dev-dependencies]
colored = "2.0"
colored = "2.2"
hex-literal = "0.4"
pem = "3.0"
trybuild = "1.0"
Expand Down

0 comments on commit 74c8c0d

Please sign in to comment.