Skip to content

Commit fa6b8b9

Browse files
chore(deps): update sysinfo requirement from 0.30 to 0.37 (#41)
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.30.0...v0.37.2) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.37.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d172334 commit fa6b8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pktparse = { version = "0.7.1", features = ["serde"] }
6565
[target.'cfg(target_family = "unix")'.dependencies]
6666
daemonize = "0.5.0"
6767
nix = { version = "0.30.1", features = ["user", "signal"] }
68-
sysinfo = "0.30"
68+
sysinfo = "0.37"
6969

7070
[dev-dependencies]
7171
serde_json = "1.0"

0 commit comments

Comments
 (0)