From 207581ac5dae88c742882f0ecc7eb28a68b6bb98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:17:06 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.18 to 0.12.8 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.18...v0.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index d150b5b0d6..3b7945e034 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -100,7 +100,7 @@ maplit = "1" sqlparser = { version = "0.51" } # Unity -reqwest = { version = "0.11.18", default-features = false, features = [ +reqwest = { version = "0.12.8", default-features = false, features = [ "rustls-tls", "json", ], optional = true }