Skip to content

Commit 6d35da4

Browse files
fix(deps): update all minor updates
1 parent f5e648f commit 6d35da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
tokio = { version = "1.37.0", features = ["full"] }
1010
ollama-rs = "0.3.0"
11-
reqwest = {version = "0.12.4", features = ["json"]}
11+
reqwest = {version = "0.13.0", features = ["json"]}
1212
serde_json = "1.0.116"
1313
serde = "1.0.200"
1414
substring = "1.4.5"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.90
1+
FROM rust:1.93
22

33
WORKDIR /usr/doclytics
44
COPY . .

0 commit comments

Comments
 (0)