diff --git a/Cargo.lock b/Cargo.lock index 8758c3199..bda15aeab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8768,7 +8768,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 b48a1c2e0..5dcd97122 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -43,7 +43,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