feat: added state pings

This commit is contained in:
Shiroyasha 2025-09-12 01:37:59 +03:00
parent b3a7b644c7
commit 9fc6964bc3
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 54 additions and 39 deletions

21
Cargo.lock generated
View file

@ -1306,30 +1306,9 @@ dependencies = [
"memchr",
"parking_lot",
"procfs",
"protobuf",
"thiserror 2.0.12",
]
[[package]]
name = "protobuf"
version = "3.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
dependencies = [
"once_cell",
"protobuf-support",
"thiserror 1.0.69",
]
[[package]]
name = "protobuf-support"
version = "3.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
dependencies = [
"thiserror 1.0.69",
]
[[package]]
name = "quinn"
version = "0.11.8"