bump rand

This commit is contained in:
Alexandr Bogomyakov
2024-10-17 21:04:04 +03:00
committed by GitHub
parent 47f1ab9348
commit 4ac7920815

View File

@ -30,7 +30,7 @@ log = { version = "^0.4.5", features = ["std"] }
subprocess = "0.2.6"
serde_json = "1.0"
markov = "1.1.0"
rand = "0.7.3"
rand = "0.8.5"
mystem = "^0.2"
#mystem = { path = "../mystem-rs" }
async-trait = "0.1.42"