From a8f29394e2832361d309f878994f7ab751878df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:13:13 +0800 Subject: [PATCH] chore(deps): Update reqwest requirement from ^0.11 to ^0.12 (#296) --- 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"