build: upgrade rand to 0.9
This commit is contained in:
parent
eb4b93afed
commit
4d70864f61
3 changed files with 67 additions and 17 deletions
|
|
@ -38,7 +38,7 @@ libloading = "0.8.1"
|
|||
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||
isnt = "0.1.0"
|
||||
once_cell = "1.19.0"
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.1"
|
||||
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
|
||||
byteorder = "1.5.0"
|
||||
bincode = "1.3.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue