diff --git a/Cargo.lock b/Cargo.lock index 47e7831..3bceb05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,9 +1682,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.37.0" +version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753" +checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e6c21f8..6a4614b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ sha2 = "0.10.9" sqlparser = "0.58.0" # System information -sysinfo = "0.37.0" +sysinfo = "0.37.2" # Temporary files tempfile = "3.22.0"