diff options
| author | Jack O'Connor <[email protected]> | 2025-02-03 16:43:30 -0800 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-02-03 16:46:10 -0800 |
| commit | 720eac9b52ac117cbc3d7adc87ef192ea1bf5ab6 (patch) | |
| tree | 4a99a07971684d70857843eaed85b12bf3c6ff36 /Cargo.toml | |
| parent | d2e8069161fef13bf0a5198a75dbaee81d8854d9 (diff) | |
upgrade rand to v0.9
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
