diff --git a/Cargo.lock b/Cargo.lock index 0486c4f6b..19188ab7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8962,7 +8962,7 @@ dependencies = [ "log", "mime_guess", "portpicker", - "rand 0.9.4", + "rand 0.10.1", "regex", "reqwest 0.12.28", "rust-embed", diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index 6b616dfc5..ea166a2ff 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -45,7 +45,7 @@ walkdir = "2.4" chrono = { workspace = true } uuid = { workspace = true } futures-util = "0.3" -rand = "0.9" +rand = "0.10" [features] # Minimal default - core server with SQLite for persistence