Skip to content

Commit

Permalink
[PATCH] Fix various cargo audit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pi-Cla committed Mar 25, 2024
1 parent 889f8a9 commit c40d3cb
Show file tree
Hide file tree
Showing 10 changed files with 393 additions and 529 deletions.
902 changes: 383 additions & 519 deletions Cargo.lock

Large diffs are not rendered by default.

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 lua-api-crates/battery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
starship-battery = "0.7"
starship-battery = "0.8"
config = { path = "../../config" }
wezterm-dynamic = { path = "../../wezterm-dynamic" }
luahelper = { path = "../../luahelper" }
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 rangeset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
num = "0.3"

[dev-dependencies]
criterion = "0.3"
criterion = "0.5"

[[bench]]
name = "rangeset"
Expand Down
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
4 changes: 2 additions & 2 deletions termwiz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ use_image = ["image"]
docs = ["widgets", "use_serde"]

[dev-dependencies]
criterion = "0.4"
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 c40d3cb

Please sign in to comment.