[router] upgrade rand to latest version (#9017)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user