Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 096c0e0 commit 9d236d8
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 @@ -48,7 +48,7 @@ rustls-pemfile = "1.0.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
structopt = { version = "0.3.26", default-features = false }
termcolor = "1.1.3"
termcolor = "1.3.0"
tokio = { version = "1.29.1", features = ["fs", "rt-multi-thread", "signal", "macros"] }
tokio-rustls = "0.23.4"
toml = "0.7.6"
Expand Down

0 comments on commit 9d236d8

Please sign in to comment.