From 19917477122db72d68f9ff4dacb325d3990d941b Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 5 May 2026 21:10:29 -0400 Subject: [PATCH] bump: rand --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8c48e4..2bf9e1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,9 +1093,9 @@ dependencies = [ [[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 0.4.2", @@ -1433,7 +1433,7 @@ dependencies = [ "icarus_envy", "icarus_meta", "icarus_models", - "rand 0.10.0", + "rand 0.10.1", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a77b015..d2895be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" } time = { version = "0.3.47", features = ["macros", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } -rand = { version = "0.10.0" } +rand = { version = "0.10.1" } icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.5.0" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.10.0" } icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.6.0" }