From 3c347069babba07e02e3790022c4e16219e1f5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:59:56 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.22 to 0.12.0 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.22...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 d0575ba..0bbfa93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.75" chrono = "0.4.31" itertools = "0.12.0" mime = "0.3.17" -reqwest = { version = "0.11.22", features = ["json", "multipart", "stream"] } +reqwest = { version = "0.12.0", features = ["json", "multipart", "stream"] } serde = { version = "1.0.193", features = ["derive", "rc"] } serde_json = "1.0.108" sha1 = "0.10.6"