diff --git a/crates/bin/pcli/Cargo.toml b/crates/bin/pcli/Cargo.toml index 6bf8e7eda0..478092477f 100644 --- a/crates/bin/pcli/Cargo.toml +++ b/crates/bin/pcli/Cargo.toml @@ -85,6 +85,7 @@ pin-project = {workspace = true} rand = {workspace = true} rand_chacha = {workspace = true} rand_core = {workspace = true, features = ["getrandom"]} +rand_distr = "0.4.3" regex = {workspace = true} rpassword = "7" serde = {workspace = true, features = ["derive"]} @@ -103,7 +104,6 @@ termion = {workspace = true} tracing = {workspace = true} tracing-subscriber = {workspace = true, features = ["env-filter", "ansi"]} url = {workspace = true, features = ["serde"]} -rand_distr = "0.4.3" [dev-dependencies] assert_cmd = {workspace = true}