aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2022-09-19 23:29:00 +0000
committerGitHub2022-09-19 23:29:00 +0000
commit947ff63e6d31d7926aff83ebb328e03a10deceb9 (patch)
tree82afe9c266cccf66241e3a9b20ac9efa1f29b304
parent26c3c993302f6acd2cc0ed47bc2807d3b7e5e028 (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>
-rw-r--r--Cargo.lock4
-rw-r--r--helix-core/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 760efaff..a26c92e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1107,9 +1107,9 @@ dependencies = [
[[package]]
name = "textwrap"
-version = "0.15.0"
+version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
+checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
dependencies = [
"smawk",
"unicode-linebreak",
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 }