diff --git a/Cargo.lock b/Cargo.lock index 1b8f064..9775581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index a7971a6..98a5470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "chara" [dependencies] clap = { version = "4.6.1", features = ["derive"] } clap_complete = "4.6.5" -rand = "0.10.1" +rand = "0.10.2" regex = "1.12.4" rust-embed = { version = "8.11.0", features = ["debug-embed"] } strip-ansi-escapes = "0.2.1"