diff --git a/core/Cargo.toml b/core/Cargo.toml index 2a3d7075..516a7c35 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,7 +26,7 @@ leetspeak = ["regex"] [dev-dependencies] proptest = { version = "1", default-features = false, features = ["std"] } criterion = { version = "0.8", default-features = false } -rand = "0.9" +rand = "0.10" censor = "0.3" [[bench]]