diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ebc0524..afbc5b2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } -keyring = "2.0" +keyring = "3.6" reqwest = { version = "0.11", features = ["json"] } async-trait = "0.1" rand = "0.8"