diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 578ff25..50291cb 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2623,7 +2623,7 @@ dependencies = [ "moka", "once_cell", "qrcode", - "rand 0.8.5", + "rand 0.9.2", "rcgen", "regex", "reqwest 0.12.28", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dde8817..0b08d0a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10" urlencoding = "2" dotenvy = "0.15" aes-gcm = "0.10.3" -rand = "0.8" +rand = "0.9" rcgen = "0.13" rustls = { version = "0.23", default-features = false, features = ["std", "ring", "aws_lc_rs"] } windows = { version = "0.58", features = [