Skip to content

Commit

Permalink
Bump termcolor from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.2.0 to 1.3.0.
- [Commits](BurntSushi/termcolor@1.2.0...1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 06f90cf commit 3ce153c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -18,7 +18,7 @@ lto = "fat"
hyper = { version = "0.14.26", features = ["full"] }
hyper-tls = "0.5.0"
clap = { version = "4.3.19", features = ["help", "usage", "error-context", "std", "derive"], default_features = false }
termcolor = "1.2.0"
termcolor = "1.3.0"
is-terminal = "0.4.7"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit 3ce153c

Please sign in to comment.