From 01873af7286776a120f599a58146ce3eaab28f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:48:03 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11 to 0.12 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.0...v0.12.0) --- 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 00a7cc2..ecf70da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ tokio = { version = "1", features = ["time"] } [dev-dependencies] anyhow = "1" -reqwest = "0.11" +reqwest = "0.12" tokio = { version = "1", features = ["time", "rt", "macros", "sync"] }