diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ebc0524..24ca545 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ uuid = { version = "1.0", features = ["v4"] } keyring = "2.0" reqwest = { version = "0.11", features = ["json"] } async-trait = "0.1" -rand = "0.8" +rand = "0.10" [features] default = ["custom-protocol"]