Skip to content

Commit

Permalink
♻ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Sep 23, 2023
1 parent bc986e4 commit 8291c35
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions libpci/Cargo.lock

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

71 changes: 49 additions & 22 deletions scripts/chwd-kernel/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 scripts/chwd-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pacmanconf = "2"
subprocess = "0.2"
once_cell = { features = ["std"], default-features = false, version = "1" }
clap = { features = ["derive"], version = "4" }
nix = { features = ["user"], default-features = false, version = "0.26" }
dialoguer = { default-features = false, version = "0.10" }
nix = { features = ["user"], default-features = false, version = "0.27" }
dialoguer = { default-features = false, version = "0.11" }

[profile.release]
strip = "symbols"
Expand Down

0 comments on commit 8291c35

Please sign in to comment.