diff --git a/Cargo.lock b/Cargo.lock index 9aa17fc358..dfd47cf510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "activity_indicator" @@ -12454,9 +12454,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index faade8c3a9..a95ae32603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -465,7 +465,7 @@ strsim = "0.11" strum = { version = "0.25.0", features = ["derive"] } subtle = "2.5.0" sys-locale = "0.3.1" -sysinfo = "0.31.0" +sysinfo = "0.33.0" tempfile = "3.9.0" thiserror = "1.0.29" tiktoken-rs = "0.5.9"