Skip to content

Commit

Permalink
chore(deps): update textwrap requirement from 0.15.0 to 0.16.1
Browse files Browse the repository at this point in the history
Updates the requirements on [textwrap](https://github.com/mgeisler/textwrap) to permit the latest version.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.15.0...0.16.1)

---
updated-dependencies:
- dependency-name: textwrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 72c4290 commit 96d380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ comfy-table = "7.1.1"
cargo-audit = "0.20.0"
cargo-fuzz = "0.12.0"
cargo-release = "0.25.10"
textwrap = { version = "0.15.0", features = ["default", "terminal_size"] }
textwrap = { version = "0.16.1", features = ["default", "terminal_size"] }
tokio-test = "0.4.3"

[features]
Expand Down

0 comments on commit 96d380e

Please sign in to comment.