diff --git a/Cargo.toml b/Cargo.toml index 5747d887..806341f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ proptest-macro = { version = "0.5.0", path = "proptest-macro" } quote = "1.0" rand = { version = "0.9", default-features = false } rand_chacha = { version = "0.9", default-features = false } -rand_xorshift = "0.4" +rand_xorshift = "0.5" regex = "1.0" regex-syntax = "0.8" rusty-fork = { version = "0.3.0", default-features = false }