Update Rust crate sysinfo to 0.39.0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-06 21:03:15 +02:00
commit e4a33578eb
12 changed files with 68 additions and 19 deletions

View file

@ -12,6 +12,6 @@ dashmap = "6.1.0"
once_cell = "1.21.3"
tokio = { version = "1.50.0", features = ["full"] }
json = "*"
sysinfo = "0.38.3"
sysinfo = "0.39.0"
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
serde = { version = "1", features = ["derive"] }