add geo info for in web device list (#1052)

This commit is contained in:
Sijie.Sun
2025-06-25 09:03:47 +08:00
committed by GitHub
parent ae4a158e36
commit ebab70ca3b
12 changed files with 248 additions and 25 deletions

15
Cargo.lock generated
View File

@@ -2133,6 +2133,8 @@ dependencies = [
"easytier",
"image 0.24.9",
"imageproc",
"maxminddb",
"once_cell",
"password-auth",
"rand 0.8.5",
"rust-embed",
@@ -4340,6 +4342,18 @@ dependencies = [
"rawpointer",
]
[[package]]
name = "maxminddb"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6087e5d8ea14861bb7c7f573afbc7be3798d3ef0fae87ec4fd9a4de9a127c3c"
dependencies = [
"ipnetwork",
"log",
"memchr",
"serde",
]
[[package]]
name = "md-5"
version = "0.10.6"
@@ -6582,6 +6596,7 @@ version = "8.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
dependencies = [
"globset",
"sha2",
"walkdir",
]