Skip to content

Commit

Permalink
chore(deps): update unicode-width requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [unicode-width](https://github.com/unicode-rs/unicode-width) to permit the latest version.
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent edcd537 commit 8e1de1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = ["std"]
std = []

[dependencies]
unicode-width = "0.1"
unicode-width = "0.2"

[dev-dependencies]
pretty_assertions = "1.0"

0 comments on commit 8e1de1d

Please sign in to comment.