From 395b9a29863465f39bc2eca2a0b9fdc0470d5a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:13:40 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.11.24 to 0.12.2 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.2) --- 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..df0f53f 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.2", features = ["json"], default-features = false } [dev-dependencies] mockito = "1.1.0"