diff options
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" |
