Skip to content

Commit 0e177fc

Browse files
chore(deps): update sysinfo requirement from 0.36 to 0.37 (#163)
1 parent 1539b88 commit 0e177fc

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
@@ -70,7 +70,7 @@ futures = "0.3.30"
7070
[target.'cfg(target_family = "unix")'.dependencies]
7171
daemonize = "0.5.0"
7272
nix = { version = "0.30.1", features = ["user", "signal"] }
73-
sysinfo = { version = "0.36", default-features = false, features = ["system"] }
73+
sysinfo = { version = "0.37", default-features = false, features = ["system"] }
7474

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

0 commit comments

Comments
 (0)