mirror of https://github.com/astral-sh/uv
Bump textwrap from 0.16.0 to 0.16.1 (#1938)
This commit is contained in:
parent
505653456d
commit
086e58e54a
|
|
@ -3579,9 +3579,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "textwrap"
|
name = "textwrap"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"smawk",
|
"smawk",
|
||||||
"unicode-linebreak",
|
"unicode-linebreak",
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ sha2 = { version = "0.10.8" }
|
||||||
target-lexicon = { version = "0.12.13" }
|
target-lexicon = { version = "0.12.13" }
|
||||||
task-local-extensions = { version = "0.1.4" }
|
task-local-extensions = { version = "0.1.4" }
|
||||||
tempfile = { version = "3.9.0" }
|
tempfile = { version = "3.9.0" }
|
||||||
textwrap = { version = "0.16.0" }
|
textwrap = { version = "0.16.1" }
|
||||||
thiserror = { version = "1.0.56" }
|
thiserror = { version = "1.0.56" }
|
||||||
tl = { version = "0.7.7" }
|
tl = { version = "0.7.7" }
|
||||||
tokio = { version = "1.35.1", features = ["rt-multi-thread"] }
|
tokio = { version = "1.35.1", features = ["rt-multi-thread"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue