diff --git a/Cargo.lock b/Cargo.lock index 52b907c29..647410d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/term/Cargo.toml b/term/Cargo.toml index 427078116..d38badc51 100644 --- a/term/Cargo.toml +++ b/term/Cargo.toml @@ -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" diff --git a/wezterm-font/Cargo.toml b/wezterm-font/Cargo.toml index 2bfe3a006..62513f56f 100644 --- a/wezterm-font/Cargo.toml +++ b/wezterm-font/Cargo.toml @@ -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" diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index 63d09a829..5e8b3e9fd 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -83,5 +83,5 @@ winapi = { version = "0.3", features = [ ]} [dev-dependencies] -k9 = "0.10.0" +k9 = "0.11.0" pretty_env_logger = "0.4" diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index b9eccecdf..cbc68b186 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -11,4 +11,4 @@ dirs-next = "2.0" regex = "1" [dev-dependencies] -k9 = "0.10" +k9 = "0.11.0"