Skip to content

Commit 03d47cb

Browse files
committed
fix(deps): update rust crate sysinfo to 0.35
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | sysinfo | 0.33.1 | 0.35.1 |
1 parent 57365e8 commit 03d47cb

File tree

2 files changed

+99
-61
lines changed

2 files changed

+99
-61
lines changed

Cargo.lock

Lines changed: 98 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
1313
snafu = "0.8"
1414
stackable-operator = { git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.86.0" }
15-
sysinfo = { version = "0.33", features = ["serde"] }
15+
sysinfo = { version = "0.35", features = ["serde"] }
1616
tracing = "0.1"
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)