Bump rand from 0.8.5 to 0.9.0

This commit is contained in:
Daniel Hofstetter
2025-01-29 09:41:13 +01:00
parent a6a99b9df0
commit b7f80b6b90
2 changed files with 49 additions and 30 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ linux-raw-sys = { version = "0.7.0", features = ["ioctl"] }
nix = { version = "0.29", default-features = false }
phf = "0.11.2"
phf_codegen = "0.11.2"
rand = { version = "0.8", features = ["small_rng"] }
rand = { version = "0.9.0", features = ["small_rng"] }
regex = "1.10.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.122"