diff --git a/Cargo.toml b/Cargo.toml index 923602f..c0b00fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Mahmoud Harmouch "] exclude = ["tests"] [dependencies] -reqwest = { version = "0.12.9", features = ["json", "blocking"] } +reqwest = { version = "0.13.1", features = ["json", "blocking"] } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" thiserror = "2.0.3"