1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[deps] Platform: Update Rust crate sysinfo to v0.37.2 (#15699)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-09 16:07:01 +00:00
committed by GitHub
parent c1c3e432f7
commit ee582b2ebe
2 changed files with 3 additions and 3 deletions

View File

@@ -3188,9 +3188,9 @@ dependencies = [
[[package]] [[package]]
name = "sysinfo" name = "sysinfo"
version = "0.35.0" version = "0.37.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b897c8ea620e181c7955369a31be5f48d9a9121cb59fd33ecef9ff2a34323422" checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
dependencies = [ dependencies = [
"libc", "libc",
"memchr", "memchr",

View File

@@ -60,7 +60,7 @@ serde_json = "=1.0.127"
sha2 = "=0.10.8" sha2 = "=0.10.8"
ssh-encoding = "=0.2.0" ssh-encoding = "=0.2.0"
ssh-key = { version = "=0.6.7", default-features = false } ssh-key = { version = "=0.6.7", default-features = false }
sysinfo = "=0.35.0" sysinfo = "=0.37.2"
thiserror = "=2.0.12" thiserror = "=2.0.12"
tokio = "=1.45.0" tokio = "=1.45.0"
tokio-util = "=0.7.13" tokio-util = "=0.7.13"