summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-04 15:12:28 +0000
committerGitHub <noreply@github.com>2024-04-04 15:12:28 +0000
commit461cca9a6b23c9f52a86be0543c504905e9e892e (patch)
tree712dabb2bdc32ab35eb473a49af181806c5f6f39
parent3238158370929d14c2433aefa821e574093ecb4f (diff)
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.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 162807c..bf48420 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@ version = "2.2"
features = ["serde"]
[dependencies.reqwest]
-version = "0.11"
+version = "0.12"
features = ["multipart", "json", "stream"]
default-features = false