diff --git a/Cargo.lock b/Cargo.lock index c82ad36..4a974d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,9 +621,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index a8f309d..9e51c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ uuid = { version = "1.22.0", features = ["v4"] } env_logger = "0.11.9" clap-verbosity-flag = "3.0.4" isis_streaming_data_types = "0.1.1" -rand = { version = "0.10.0", features = ["thread_rng"]} +rand = { version = "0.10.1", features = ["thread_rng"]} rand_distr = "0.6.0" flatbuffers = "25.12.19" serde_json = "1.0.149"