diff --git a/Cargo.toml b/Cargo.toml index 4c9d1c2..a7c03c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ ryu = "1.0.20" peg = "0.8.5" [dev-dependencies] -rand = "0.9.0" +rand = "0.10.0" regex = { version = "1.11", default-features = false, features = ["std", "unicode"] } [profile.release]