diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index caf2240a..21063317 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2095,6 +2095,8 @@ dependencies = [ "keyring", "log", "once_cell", + "rand 0.8.5", + "rand_chacha 0.3.1", "reqwest 0.12.5", "rocket", "serde",