[router] upgrade rand to latest version (#9017)

This commit is contained in:
Simo Lin
2025-08-09 22:49:30 -07:00
committed by GitHub
parent 3817a37d87
commit dd665f967f
5 changed files with 20 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ tower-http = { version = "0.6", features = ["trace", "compression-gzip", "cors",
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bytes = "1.8.0"
rand = "0.8.5"
rand = "0.9.2"
reqwest = { version = "0.12.8", features = ["stream", "blocking", "json"] }
futures-util = "0.3"
futures = "0.3"