diff --git a/Cargo.lock b/Cargo.lock index 161b316..5d0c7a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,7 +1663,7 @@ dependencies = [ "osascript", "protobuf", "protobuf-codegen", - "rand 0.9.5", + "rand 0.10.2", "regex", "rustls-native-certs", "rustls-pki-types", diff --git a/libs/hbb_common/Cargo.toml b/libs/hbb_common/Cargo.toml index efc72d9..54a4a36 100644 --- a/libs/hbb_common/Cargo.toml +++ b/libs/hbb_common/Cargo.toml @@ -26,7 +26,7 @@ anyhow = "1.0" futures-util = "0.3" directories-next = "2.0" ed25519-dalek = "3.0" -rand = "0.9" +rand = "0.10" serde_derive = "1.0" serde = "1.0" serde_json = "1.0"