From 21dfb7043e96e9d877d1571f097a95b1f4caab8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:46:35 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.11.24 to 0.12.5 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.5) --- 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..1faf471 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.5", features = ["json"], default-features = false } [dev-dependencies] mockito = "1.1.0"