From aee92a69695d250d4c2961461092c36dd28927a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:13:07 +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.11.27) --- 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 7da16e00d..c1cdcdf5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ parquet = "51" pilota = "0.10.0" pretty_assertions = "1.4.0" port_scanner = "0.1.5" -reqwest = { version = "^0.11", features = ["json"] } +reqwest = { version = "^0.12", features = ["json"] } rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] } serde_bytes = "0.11.8"