Merge pull request #184 from artemws/main

CIDR вместо обычного IP адреса metrics_whitelist
This commit is contained in:
Alexey
2026-02-20 17:15:54 +03:00
committed by GitHub
4 changed files with 13 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ anyhow = "1.0"
# HTTP
reqwest = { version = "0.12", features = ["rustls-tls"], default-features = false }
notify = { version = "6", features = ["macos_fsevent"] }
ipnetwork = "0.20"
hyper = { version = "1", features = ["server", "http1"] }
hyper-util = { version = "0.1", features = ["tokio", "server-auto"] }
http-body-util = "0.1"