Skip to content

Commit

Permalink
fix(deps): update rust crate sysinfo to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent d469288 commit 7b71982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 nyanpasu-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ os-utils = { path = "../os-utils", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
constcat = "0.5.0"
kill_tree = { version = "0.2.4", features = ["tokio"], optional = true }
sysinfo = { version = "0.32", optional = true }
sysinfo = { version = "0.33", optional = true }

0 comments on commit 7b71982

Please sign in to comment.