Skip to content

Commit

Permalink
[PATCH] Fix various cargo audit errors
Browse files Browse the repository at this point in the history
closes: #5206
  • Loading branch information
Pi-Cla authored and wez committed May 5, 2024
1 parent 030596a commit ee61e61
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 56 deletions.
60 changes: 11 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lfucache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ intrusive-collections = "0.9"
metrics = { version="0.17", features=["std"]}

[dev-dependencies]
k9 = "0.11"
k9 = "0.12"
2 changes: 1 addition & 1 deletion mux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ winapi = { version = "0.3", features = [
]}

[dev-dependencies]
k9 = "0.11"
k9 = "0.12"
2 changes: 1 addition & 1 deletion term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ wezterm-dynamic = { path = "../wezterm-dynamic" }

[dev-dependencies]
env_logger = "0.11"
k9 = "0.11.0"
k9 = "0.12.0"

[dependencies.termwiz]
version = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion termwiz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docs = ["widgets", "use_serde"]
[dev-dependencies]
criterion = "0.5"
varbincode = "0.1"
k9 = "0.11"
k9 = "0.12"
env_logger = "0.11"

[dependencies.num-derive]
Expand Down
2 changes: 1 addition & 1 deletion vtparse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ readme = "README.md"
utf8parse = "0.2"

[dev-dependencies]
k9 = "0.11"
k9 = "0.12"
2 changes: 1 addition & 1 deletion wezterm-font/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ core-text = "20.0"
objc = "0.2"

[dev-dependencies]
k9 = "0.11.0"
k9 = "0.12.0"
env_logger = "0.11"
2 changes: 1 addition & 1 deletion window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
build = "build.rs"

[dev-dependencies]
k9 = "0.11.0"
k9 = "0.12.0"

[build-dependencies]
gl_generator = "0.14"
Expand Down

0 comments on commit ee61e61

Please sign in to comment.