diff --git a/Cargo.toml b/Cargo.toml index 31f22d0..0fa3aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["files/*", ".github/*", "tests/*", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"] [dependencies] -reqwest = { version = "0.12.12", features = ["json"] } +reqwest = { version = "0.13.2", features = ["json"] } tokio = { version = "1.42.0", features = ["full"] } serde = { version = "1.0.217", features = ["derive"] } base64 = "0.22.1"