1
0
Fork 0
forked from wry/wry

build: upgrade rand to 0.9

This commit is contained in:
Julian Orth 2025-05-09 15:57:04 +02:00
parent eb4b93afed
commit 4d70864f61
3 changed files with 67 additions and 17 deletions

View file

@ -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"