summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Chen <rui@chenrui.dev>2022-12-02 14:43:03 -0500
committerGitHub <noreply@github.com>2022-12-02 14:43:03 -0500
commitc3b75c692c6392dd59ba7203f4f94d702eb20e27 (patch)
tree16beb2afc9a28895b85c4aee361678ba427d5f3c
parentf4b8c2ea7dc58034b70f32ff5481573168ba92b1 (diff)
chore(build): bump textwrap to 0.15.2 (#16906)
As [textwrap 0.15.1 got yanked](https://github.com/mgeisler/textwrap/issues/484), it caused some build issue [in the homebrew side](https://github.com/Homebrew/homebrew-core/pull/116662), bumping the dependency to 0.15.2. Signed-off-by: Rui Chen <rui@chenrui.dev>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ac4ebbca9..f6b4fe4dd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4803,9 +4803,9 @@ dependencies = [
[[package]]
name = "textwrap"
-version = "0.15.1"
+version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
+checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
[[package]]
name = "thiserror"