Merge pull request #164 from readur/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.37
This commit is contained in:
commit
496ae27f77
|
|
@ -4777,9 +4777,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sysinfo"
|
name = "sysinfo"
|
||||||
version = "0.36.1"
|
version = "0.37.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d"
|
checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ tesseract = { version = "0.15", optional = true }
|
||||||
image = { version = "0.25", features = ["png", "jpeg", "tiff", "bmp"], optional = true }
|
image = { version = "0.25", features = ["png", "jpeg", "tiff", "bmp"], optional = true }
|
||||||
imageproc = { version = "0.25", optional = true }
|
imageproc = { version = "0.25", optional = true }
|
||||||
thiserror = "2.0"
|
thiserror = "2.0"
|
||||||
sysinfo = "0.36"
|
sysinfo = "0.37"
|
||||||
raw-cpuid = { version = "11", optional = true }
|
raw-cpuid = { version = "11", optional = true }
|
||||||
reqwest = { version = "0.12", features = ["json", "multipart"] }
|
reqwest = { version = "0.12", features = ["json", "multipart"] }
|
||||||
quick-xml = { version = "0.37", features = ["serialize"] }
|
quick-xml = { version = "0.37", features = ["serialize"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue