From 4a4838229e4cc6a5c8c8ebfca95ca15b3f207aec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:42:29 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.26 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9053cec..5fe1172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d6913c4..0cc6e12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tokio = { version = "1", features = ["full"] } ollama-rs = "0.1.7" -reqwest = {version = "0.11.24", features = ["json"]} +reqwest = {version = "0.11.26", features = ["json"]} serde_json = "1.0.114" serde = "1.0.197" substring = "1.4.5"