diff options
author | dependabot[bot] | 2022-09-19 23:29:00 +0000 |
---|---|---|
committer | GitHub | 2022-09-19 23:29:00 +0000 |
commit | 947ff63e6d31d7926aff83ebb328e03a10deceb9 (patch) | |
tree | 82afe9c266cccf66241e3a9b20ac9efa1f29b304 /helix-core | |
parent | 26c3c993302f6acd2cc0ed47bc2807d3b7e5e028 (diff) |
build(deps): bump textwrap from 0.15.0 to 0.15.1 (#3906)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index c63059a2..0ec58af9 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -42,7 +42,7 @@ encoding_rs = "0.8" chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] } etcetera = "0.4" -textwrap = "0.15.0" +textwrap = "0.15.1" [dev-dependencies] quickcheck = { version = "1", default-features = false } |