aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-02-03 16:43:30 -0800
committerJack O'Connor <[email protected]>2025-02-03 16:46:10 -0800
commit720eac9b52ac117cbc3d7adc87ef192ea1bf5ab6 (patch)
tree4a99a07971684d70857843eaed85b12bf3c6ff36 /Cargo.toml
parentd2e8069161fef13bf0a5198a75dbaee81d8854d9 (diff)
upgrade rand to v0.9
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"