added report signature and fixed client_version in server

This commit is contained in:
2026-03-25 12:45:50 +01:00
parent 4b0ccce606
commit 6a0340686d
4 changed files with 51 additions and 11 deletions

10
Cargo.lock generated
View File

@@ -422,6 +422,15 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "enable-ansi-support"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea7457668b3da8a4b702f3d79e131aa3e81cd7e81cc95fb2d54fce9f182ecc77"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "encoding_rs"
version = "0.8.35"
@@ -1872,6 +1881,7 @@ dependencies = [
"colored",
"cpal",
"display-info",
"enable-ansi-support",
"mac_address",
"num_cpus",
"reqwest",