From c0fc6e183291fc90846c31a832ed1cd53f3f85d6 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Tue, 26 Mar 2024 11:16:16 +0200 Subject: [PATCH] bump reqwest to 0.12.2 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 358278a3..73b6b7e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,9 +3381,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.0" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b48d98d932f4ee75e541614d32a7f44c889b72bd9c2e04d95edd135989df88" +checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" dependencies = [ "base64 0.21.7", "bytes",