Skip to content

Commit

Permalink
Bump the minor-changes group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 3 updates: [termcolor](https://github.com/BurntSushi/termcolor), [unicode-width](https://github.com/unicode-rs/unicode-width) and [clap](https://github.com/clap-rs/clap).


Updates `termcolor` from 1.2.0 to 1.3.0
- [Commits](BurntSushi/termcolor@1.2.0...1.3.0)

Updates `unicode-width` from 0.1.10 to 0.1.11
- [Commits](unicode-rs/unicode-width@v0.1.10...v0.1.11)

Updates `clap` from 4.4.3 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.4.3...v4.4.6)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2023
1 parent 7621ce0 commit 3f19e85
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 54 deletions.
67 changes: 18 additions & 49 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 @@ -30,8 +30,8 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
tracing = { version = "0.1.37", optional = true }
pretty_assertions = { version = "1.0.0", optional = true }
termcolor = "1.1.2"
unicode-width = "0.1.8"
termcolor = "1.3.0"
unicode-width = "0.1.11"

[dev-dependencies]
anyhow = "1.0.40"
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.40"
clap = { version = "4.0.30", features = ["derive", "env", "wrap_help"] }
clap = { version = "4.4.6", features = ["derive", "env", "wrap_help"] }
handlebars = "4.3.1"
humantime = "2.1.0"
is-terminal = "0.4.9"
serde_json = "1.0"
termcolor = "1.1.2"
termcolor = "1.3.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"], optional = true }

term-transcript = { version = "0.3.0", path = ".." }
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/rainbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/bin/repl.rs"

[dependencies]
anyhow = "1.0.40"
termcolor = "1.1.2"
termcolor = "1.3.0"

[dependencies.term-transcript]
path = "../.."
Expand Down

0 comments on commit 3f19e85

Please sign in to comment.