We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e648f commit 6d35da4Copy full SHA for 6d35da4
Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
8
[dependencies]
9
tokio = { version = "1.37.0", features = ["full"] }
10
ollama-rs = "0.3.0"
11
-reqwest = {version = "0.12.4", features = ["json"]}
+reqwest = {version = "0.13.0", features = ["json"]}
12
serde_json = "1.0.116"
13
serde = "1.0.200"
14
substring = "1.4.5"
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.90
+FROM rust:1.93
2
3
WORKDIR /usr/doclytics
4
COPY . .
0 commit comments