1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

deps: textwrap -> 0.15

This commit is contained in:
Wez Furlong 2022-02-28 06:59:10 -07:00
parent 45a4dff955
commit 22cea37959
5 changed files with 22 additions and 22 deletions

36
Cargo.lock generated
View File

@ -29,7 +29,7 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom 0.2.4",
"getrandom 0.2.5",
"once_cell",
"version_check",
]
@ -1477,9 +1477,9 @@ dependencies = [
[[package]]
name = "getrandom"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
@ -2287,7 +2287,7 @@ dependencies = [
"smol",
"terminfo",
"termwiz",
"textwrap 0.14.2",
"textwrap 0.15.0",
"thiserror",
"unicode-segmentation",
"url",
@ -2311,7 +2311,7 @@ version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729eb334247daa1803e0a094d0a5c55711b85571179f5ec6e53eccfdf7008958"
dependencies = [
"getrandom 0.2.4",
"getrandom 0.2.5",
]
[[package]]
@ -2902,9 +2902,9 @@ checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[package]]
name = "png"
version = "0.17.3"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393"
checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [
"bitflags",
"crc32fast",
@ -3007,9 +3007,9 @@ dependencies = [
[[package]]
name = "proc-macro-crate"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dada8c9981fcf32929c3c0f0cd796a9284aca335565227ed88c83babb1d43dc"
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
dependencies = [
"thiserror",
"toml",
@ -3199,7 +3199,7 @@ version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom 0.2.4",
"getrandom 0.2.5",
]
[[package]]
@ -3332,7 +3332,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom 0.2.4",
"getrandom 0.2.5",
"redox_syscall 0.2.10",
]
@ -3379,9 +3379,9 @@ dependencies = [
[[package]]
name = "rgb"
version = "0.8.31"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a374af9a0e5fdcdd98c1c7b64f05004f9ea2555b6c75f211daa81268a3c50f1"
checksum = "e74fdc210d8f24a7dbfedc13b04ba5764f5232754ccebfdf5fff1bad791ccbc6"
dependencies = [
"bytemuck",
]
@ -4066,9 +4066,9 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.14.2"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
dependencies = [
"smawk",
"unicode-linebreak",
@ -4587,7 +4587,7 @@ dependencies = [
"structopt",
"tabout",
"termwiz",
"textwrap 0.14.2",
"textwrap 0.15.0",
"umask",
"url",
"wezterm-client",
@ -4628,7 +4628,7 @@ dependencies = [
"ratelim",
"smol",
"termwiz",
"textwrap 0.14.2",
"textwrap 0.15.0",
"thiserror",
"uds_windows",
"umask",
@ -4733,7 +4733,7 @@ dependencies = [
"tabout",
"terminfo",
"termwiz",
"textwrap 0.14.2",
"textwrap 0.15.0",
"thiserror",
"tiny-skia",
"uds_windows",

View File

@ -36,7 +36,7 @@ shell-words = "1.1"
smol = "1.2"
terminfo = "0.7"
termwiz = { path = "../termwiz" }
textwrap = "0.14"
textwrap = "0.15"
thiserror = "1.0"
unicode-segmentation = "1.8"
url = "2"

View File

@ -26,7 +26,7 @@ rangeset = { path = "../rangeset" }
ratelim= { path = "../ratelim" }
smol = "1.2"
termwiz = { path = "../termwiz" }
textwrap = "0.14"
textwrap = "0.15"
thiserror = "1.0"
umask = { path = "../umask" }
url = "2"

View File

@ -61,7 +61,7 @@ structopt = "0.3"
tabout = { path = "../tabout" }
terminfo = "0.7"
termwiz = { path = "../termwiz" }
textwrap = "0.14"
textwrap = "0.15"
thiserror = "1.0"
tiny-skia = "0.6"
umask = { path = "../umask" }

View File

@ -25,7 +25,7 @@ smol = "1.2"
structopt = "0.3"
tabout = { path = "../tabout" }
termwiz = { path = "../termwiz" }
textwrap = "0.14"
textwrap = "0.15"
umask = { path = "../umask" }
url = "2"
wezterm-client = { path = "../wezterm-client" }