chore: bump proptest + arbitrary (#5779)

This commit is contained in:
Matthias Seitz
2023-12-15 14:49:29 +01:00
committed by GitHub
parent d73e410593
commit 30efaf4a72

View File

@ -213,11 +213,11 @@ confy = "0.5"
toml = "0.8"
# misc-testing
arbitrary = "1.1"
arbitrary = "1.3"
assert_matches = "1.5.0"
tempfile = "3.8"
criterion = "0.5"
pprof = "0.13"
proptest = "1.0"
proptest = "1.4"
proptest-derive = "0.4"
serial_test = "2"