mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
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>
This commit is contained in:
parent
f4b8c2ea7d
commit
c3b75c692c
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue