feat: 请求中header的User-Agent使用随机值 (#447)

This commit is contained in:
Thomas Yang
2025-08-27 11:27:23 +09:00
committed by GitHub
parent fd90bc8b73
commit 8ed2fbae24
4 changed files with 40 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ toml = "0.9.1"
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["chrono", "json"] }
ua_generator = "0.5.22"
uuid = { version = "1.17.0", features = ["v4"] }
validator = { version = "0.20.0", features = ["derive"] }