From 0d9761178cc77969f153346caa39f76d59180ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:44:24 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.20 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.20...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 18c93ce..22bcd18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ simple_logger = { version = "4.2.0", features = ["timestamps", "colors", "stderr http = "1.0.0" indoc = "2.0.4" log = "0.4.20" -reqwest = { version = "0.11.20", features = ["json", "gzip", "multipart", "native-tls-vendored"] } +reqwest = { version = "0.12.3", features = ["json", "gzip", "multipart", "native-tls-vendored"] } serde = { version = "1.0.188", features = ["derive"] } serde_toml = "0.0.1" serde_yaml = "0.9.25"