diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c86658b..bc08bd7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ nom = "=7.1.3" notify = "=6.1.1" oauth2 = "=4.4.2" regex = "=1.10.4" -reqwest = { version = "=0.11.23", features = ["json", "multipart"] } +reqwest = { version = "=0.12.2", features = ["json", "multipart"] } rev_lines = "=0.3.0" serde_json = "=1.0.115" serde = { version = "=1.0.197", features = ["derive"] }