Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump strip-ansi-escapes from 0.1.1 to 0.1.2 #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump strip-ansi-escapes from 0.1.1 to 0.1.2
Bumps [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) from 0.1.1 to 0.1.2.
- [Commits](luser/strip-ansi-escapes@0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: strip-ansi-escapes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 9, 2023
commit 5e99b57b8f80b207acc4776ffa43519a272285b1
15 changes: 4 additions & 11 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
@@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
clap = {version = "4.3.19", features = ["default", "cargo"]}
trycmd = {version = "0.14.16", features = ["default"]} # add "debug" feature if you're having trouble
strip-ansi-escapes = "0.1.1"
strip-ansi-escapes = "0.1.2"
anyhow = "1.0.72"

[build-dependencies]