Bump rand dependency to 0.9

This commit is contained in:
Alex Bakon
2025-04-24 13:12:56 -04:00
committed by GitHub
parent f6aacba338
commit aeb2f2a561
58 changed files with 345 additions and 302 deletions

View File

@@ -12,7 +12,7 @@ edition = "2021"
env_logger = "0.11.4"
futures-util = "0.3.7"
log = "0.4"
rand = "0.8"
rand = "0.9"
rand_v7 = { package = "rand", version = "0.7" }
libsignal-protocol-current = { path = "..", package = "libsignal-protocol" }