1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 05:33:59 +00:00

[deps] Platform: Update Rust crate sysinfo to v0.33.1 (#12550)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-31 13:45:48 +01:00
committed by GitHub
parent f8121d666f
commit 6311c52e46
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ typenum = "=1.17.0"
pkcs8 = { version = "=0.10.2", features = ["alloc", "encryption", "pem"] }
rsa = "=0.9.6"
ed25519 = { version = "=2.2.3", features = ["pkcs8"] }
sysinfo = { version = "=0.32.0", features = ["windows"] }
sysinfo = { version = "=0.33.1", features = ["windows"] }
[target.'cfg(windows)'.dependencies]
widestring = { version = "=1.1.0", optional = true }