diff options
| author | Jack O'Connor <[email protected]> | 2023-09-10 13:40:12 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-09-10 13:40:12 -0700 |
| commit | d6265dafc9366d59de273a831339dafe0058ceb7 (patch) | |
| tree | d2a27428538ab622152636d3ca0f9b111e58a3d9 /c | |
| parent | 12823b87604cbb7bcd0e5cdc347a53f80b2a617c (diff) | |
update dev-dependencies
Diffstat (limited to 'c')
| -rw-r--r-- | c/blake3_c_rust_bindings/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c/blake3_c_rust_bindings/Cargo.toml b/c/blake3_c_rust_bindings/Cargo.toml index fff9f41..c1aee32 100644 --- a/c/blake3_c_rust_bindings/Cargo.toml +++ b/c/blake3_c_rust_bindings/Cargo.toml @@ -20,9 +20,9 @@ neon = [] [dev-dependencies] arrayref = "0.3.5" arrayvec = { version = "0.7.0", default-features = false } -page_size = "0.4.1" -rand = "0.7.2" -rand_chacha = "0.2.1" +page_size = "0.6.0" +rand = "0.8.5" +rand_chacha = "0.3.1" reference_impl = { path = "../../reference_impl" } [build-dependencies] |
