Skip to content

Commit

Permalink
♻ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed May 24, 2024
1 parent 7c30436 commit 9b98807
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
34 changes: 17 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprocess = "0.2"
colored = "2"
clap = { features = ["derive"], version = "4" }
anyhow = "1"
nix = { features = ["user"], default-features = false, version = "0.28" }
nix = { features = ["user"], default-features = false, version = "0.29" }
comfy-table = { default-features = false, version = "7" }
regex = "1"
once_cell = { features = ["std"], default-features = false, version = "1" }
Expand Down
4 changes: 2 additions & 2 deletions libpci-sys/Cargo.lock

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

4 changes: 2 additions & 2 deletions libpci/Cargo.lock

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

12 changes: 6 additions & 6 deletions scripts/chwd-kernel/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 scripts/chwd-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pacmanconf = "2"

subprocess = "0.2"
clap = { features = ["derive"], version = "4" }
nix = { features = ["user"], default-features = false, version = "0.28" }
nix = { features = ["user"], default-features = false, version = "0.29" }
dialoguer = { default-features = false, version = "0.11" }

[profile.release]
Expand Down

0 comments on commit 9b98807

Please sign in to comment.