Skip to content

Commit 2643a32

Browse files
Update sysinfo requirement from 0.31 to 0.32 (#8)
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.31.0...v0.32.0) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f92258c commit 2643a32

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
@@ -21,7 +21,7 @@ sqlx = {version = "0.8", features = ["mysql", "chrono", "json", "runtime-tokio"]
2121
# -- Async
2222
tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] }
2323
# -- System info
24-
sysinfo = "0.31"
24+
sysinfo = "0.32"
2525
memory-stats = "1.1"
2626
# -- Visualize
2727
chrono = {version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)