From fc3a865c9ba4620f0f31dabc8c5273d5bfe04dd8 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 23 May 2023 09:48:53 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.18 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3720972..157619a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,9 +1256,9 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "reqwest" -version = "0.11.17" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64 0.21.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2971ef7..93fdc3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ futures = "0.3.28" thiserror = "1.0.40" rand = "0.8.5" mktemp = "0.5.0" -reqwest = "0.11.17" \ No newline at end of file +reqwest = "0.11.18" \ No newline at end of file -- 2.45.2