Revert sysinfo dependency from 0.36.0 to 0.35.2 (#4086)

This commit is contained in:
Copilot
2025-07-16 09:34:03 +08:00
committed by GitHub
Unverified
parent fed64bcd08
commit 389281b96c
2 changed files with 4 additions and 7 deletions

6
src-tauri/Cargo.lock generated
View File

@@ -6850,16 +6850,16 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.36.0"
version = "0.35.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aab138f5c1bb35231de19049060a87977ad23e04f2303e953bc5c2947ac7dec4"
checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e"
dependencies = [
"libc",
"memchr",
"ntapi",
"objc2-core-foundation",
"objc2-io-kit",
"windows 0.61.3",
"windows 0.61.1",
]
[[package]]

View File

@@ -25,10 +25,7 @@ dunce = "1.0.5"
log4rs = "1.3.0"
nanoid = "0.4"
chrono = "0.4.41"
sysinfo = { version = "0.36.0", default-features = false, features = [
"network",
"system",
] }
sysinfo = "0.35.2"
boa_engine = "0.20.0"
serde_json = "1.0.140"
serde_yaml = "0.9.34"