Skip to content

Commit ab304c3

Browse files
chore(deps): update sysinfo requirement from 0.35 to 0.36 (#157)
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.36.0 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 5ca0e82 commit ab304c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ futures = "0.3.30"
6969
[target.'cfg(target_family = "unix")'.dependencies]
7070
daemonize = "0.5.0"
7171
nix = { version = "0.30.1", features = ["user", "signal"] }
72-
sysinfo = { version = "0.35", default-features = false, features = ["system"] }
72+
sysinfo = { version = "0.36", default-features = false, features = ["system"] }
7373

7474
[features]
7575
default = ["mimalloc"]

0 commit comments

Comments
 (0)