From c12d529ec8802109953881b2cab330ff814e6d23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:31:21 +0000 Subject: [PATCH] fix(deps): update all minor updates --- Cargo.toml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ce3b79..552f659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tokio = { version = "1.37.0", features = ["full"] } ollama-rs = "0.3.0" -reqwest = {version = "0.12.4", features = ["json"]} +reqwest = {version = "0.13.0", features = ["json"]} serde_json = "1.0.116" serde = "1.0.200" substring = "1.4.5" diff --git a/Dockerfile b/Dockerfile index 116e5a0..a086960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90 +FROM rust:1.93 WORKDIR /usr/doclytics COPY . .