changeset 627:7413aefa4d22

Updated random package
author NumberFour8 <lukas.pohanka@inina.net>
date Tue, 05 Sep 2023 13:03:02 +0200
parents 850a007b8737
children d9ddb06a1d1e
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Sep 05 12:46:17 2023 +0200
+++ b/Cargo.toml	Tue Sep 05 13:03:02 2023 +0200
@@ -18,7 +18,7 @@
 [dependencies]
 crc = "1.8"
 integer-encoding = "3.0"
-rand = "0.7"
+rand = "0.8.5"
 getrandom = { optional = true, version = "0.2.10", features = ["js"] }
 snap = "1.0"