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..6bbc517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90 +FROM rust:1.92 WORKDIR /usr/doclytics COPY . .