diff --git a/Cargo.lock b/Cargo.lock index 98dcc8c62..1fa1dfd2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.13" +version = "0.31.0" dependencies = [ "bstr", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index b34de0996..c5fc04466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.30.13" +version = "0.31.0" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"