diff --git a/Cargo.toml b/Cargo.toml index d45b7b9..a99b85a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ phf_codegen = "0.11.2" textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1" tempfile = "3.9.0" -rand = { version = "0.8", features = ["small_rng"] } +rand = { version = "0.8.5", features = ["small_rng"] } [dependencies] clap = { workspace = true }