From bfcd88f1b8748a731ddbbc7f7da1f6d79ecc21d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:37:57 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.11.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab0bfeab66..596644ea84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ humantime-serde = "1.1.1" cid = "0.11.0" libipld = "0.16.0" axum = "0.6.20" -reqwest = "0.11.12" +reqwest = "0.11.22" faster-hex = "0.9.0" once_cell = "1.18.0"