From dd2fbd55bd209051cddb74dc6835218f80566d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:51:45 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.11.24 to 0.12.3 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.12.3) --- updated-dependencies: - dependency-name: reqwest 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 63f82b8..93b8c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0" lazy_static = "1.4" schemars = { version = "0.8", optional = true } serde = { version = "1.0", features = ["derive"] } -reqwest = { version = "0.11.24", features = ["json"], default-features = false } +reqwest = { version = "0.12.3", features = ["json"], default-features = false } [dev-dependencies] mockito = "1.1.0"