update last_updated of peer info to local now (#211)

time between peers may not be synced, using peer last_updated time may cause peer info being cleared incorrectly
This commit is contained in:
Sijie.Sun
2024-08-02 00:48:31 +08:00
committed by GitHub
parent 7a2bc52ae0
commit 4fea3a60d6
2 changed files with 16 additions and 1 deletions
Generated
+11
View File
@@ -1426,6 +1426,7 @@ dependencies = [
"url",
"uuid",
"windows-sys 0.52.0",
"winreg 0.11.0",
"zerocopy",
"zip",
]
@@ -7175,6 +7176,16 @@ dependencies = [
"winapi",
]
[[package]]
name = "winreg"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "winreg"
version = "0.50.0"