From 5ef015b9502109dc3e3333746cec5a410fca06fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:50:01 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest-011 to ^0.12 --- cognite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognite/Cargo.toml b/cognite/Cargo.toml index 364e04de..65b196a0 100644 --- a/cognite/Cargo.toml +++ b/cognite/Cargo.toml @@ -26,7 +26,7 @@ prost = "^0.12" prost-types = "^0.12" http = { "version" = "^1", optional = true } -reqwest-011 = { package = "reqwest", version = "^0.11", optional = true, features = [ +reqwest-011 = { package = "reqwest", version = "^0.12", optional = true, features = [ "gzip", "json", "multipart",