aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b1ff7f..f1a1337 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -118,8 +118,8 @@ zeroize = { version = "1", default-features = false, optional = true }
hmac = "0.12.0"
hex = "0.4.2"
page_size = "0.6.0"
-rand = "0.8.0"
-rand_chacha = "0.3.0"
+rand = "0.9.0"
+rand_chacha = "0.9.0"
reference_impl = { path = "./reference_impl" }
tempfile = "3.8.0"
serde_json = "1.0.107"