build(deps): update rand requirement from 0.8.5 to 0.9.0 (#370)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2025-03-04 07:06:43 -08:00
committed by GitHub
parent 11aaa555aa
commit a1777fb7d3
5 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ jsonwebtoken = { version = "9.3.1", optional = true }
itertools = { version = "0.14.0", default-features = false, optional = true }
serde_yaml = {version = "0.9.16", default-features = false, optional = true }
rand = { version = "0.8.5", default-features = false, optional = true }
# Specify thread_rng for in order to use random_range
rand = { version = "0.9.0", default-features = false, features = ["thread_rng"], optional = true }
[dev-dependencies]
anyhow = "1.0.45"