diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2e3e3d5..562424c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5807,7 +5807,7 @@ dependencies = [ [[package]] name = "tauri-plugin-aptabase" version = "0.5.1" -source = "git+https://github.com/0PandaDEV/tauri-plugin-aptabase?branch=v2#c843c6b5b814fcc9daeb3f7fe4c67276c38bc6dd" +source = "git+https://github.com/aptabase/tauri-plugin-aptabase?branch=v2#8085ab1e03707236bae8865fedc5114631bdbb2f" dependencies = [ "futures", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 368fc69..b751f0c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -24,7 +24,7 @@ tauri-plugin-fs = "2.2.0" tauri-plugin-clipboard = "2.1.11" tauri-plugin-prevent-default = "1.0.2" tauri-plugin-global-shortcut = "2.2.0" -tauri-plugin-aptabase = { git = "https://github.com/0PandaDEV/tauri-plugin-aptabase", branch = "v2" } +tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" } sqlx = { version = "0.8.3", features = [ "runtime-tokio-native-tls", "sqlite",