From b9d758f3172e11cd9afc8a3d3734c56626888caf Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:00:54 +1000 Subject: [PATCH] chore: update serde to 1.0.217 and reqwest to 0.12.11 in Cargo.toml --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 809f47b..08142a1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,14 +26,14 @@ tauri-plugin-prevent-default = "1.0.1" tauri-plugin-global-shortcut = "2.2.0" tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" } sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "sqlite", "chrono"] } -serde = { version = "1.0.216", features = ["derive"] } +serde = { version = "1.0.217", features = ["derive"] } tokio = { version = "1.42.0", features = ["full"] } serde_json = "1.0.134" rdev = "0.5.3" rand = "0.8.5" base64 = "0.22.1" image = "0.25.5" -reqwest = { version = "0.12.9", features = ["json", "blocking"] } +reqwest = { version = "0.12.11", features = ["json", "blocking"] } url = "2.5.4" regex = "1.11.1" sha2 = "0.10.8"