From 10f0bdebf9d2fc34afc525f33bc6bb7230eaace2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:35:29 +0000 Subject: [PATCH] chore(deps): update ureq requirement from 2 to 3 Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.0.0...3.3.0) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d1219f..496bf59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["sms", "kwtsms", "kuwait", "messaging", "api"] categories = ["api-bindings", "web-programming::http-client"] [dependencies] -ureq = "2" +ureq = "3" serde = { version = "1", features = ["derive"] } serde_json = "1"