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

update k9 to 0.11.0 to make it work with rustc@1.51.0

1.51.0 no longer takes non string literals in `panic()`. k9@0.11.0 fixes that
This commit is contained in:
Aaron Abramov 2021-03-25 12:32:31 -05:00 committed by Wez Furlong
parent 99f79143b4
commit 786888ce0a
5 changed files with 8 additions and 6 deletions

6
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
@ -1745,9 +1747,9 @@ dependencies = [
[[package]]
name = "k9"
version = "0.10.3"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eeda0dfd3bfdf8fef48aa1a6d1bcbd45a43e4a1707374d1b8851276c1f19c16"
checksum = "94244855304b22b07529bbcaf413983d0be2ed70dfdd82efcd8c5b7c5723b1a7"
dependencies = [
"anyhow",
"colored",

View File

@ -32,7 +32,7 @@ url = "2"
[dev-dependencies]
pretty_assertions = "0.6"
pretty_env_logger = "0.4"
k9 = "0.10.0"
k9 = "0.11.0"
[dependencies.termwiz]
version = "0.12"

View File

@ -41,5 +41,5 @@ core-foundation = "0.9"
core-text = "19.0"
[dev-dependencies]
k9 = "0.10.0"
k9 = "0.11.0"
pretty_env_logger = "0.4"

View File

@ -83,5 +83,5 @@ winapi = { version = "0.3", features = [
]}
[dev-dependencies]
k9 = "0.10.0"
k9 = "0.11.0"
pretty_env_logger = "0.4"

View File

@ -11,4 +11,4 @@ dirs-next = "2.0"
regex = "1"
[dev-dependencies]
k9 = "0.10"
k9 = "0.11.0"