aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2023-09-10 13:40:12 -0700
committerJack O'Connor <[email protected]>2023-09-10 13:40:12 -0700
commitd6265dafc9366d59de273a831339dafe0058ceb7 (patch)
treed2a27428538ab622152636d3ca0f9b111e58a3d9 /Cargo.toml
parent12823b87604cbb7bcd0e5cdc347a53f80b2a617c (diff)
update dev-dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e05bd1a..b0c7882 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,7 +94,7 @@ zeroize_crate = { package = "zeroize", version = "1", default-features = false,
[dev-dependencies]
hex = "0.4.2"
-page_size = "0.5.0"
+page_size = "0.6.0"
rand = "0.8.0"
rand_chacha = "0.3.0"
reference_impl = { path = "./reference_impl" }