diff --git a/Cargo.toml b/Cargo.toml index 9d08d59..5baf97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/ZNotify/rs-sdk" description = "Notify SDK for Rust" [dependencies] -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.2.1", features = ["v4"] }