Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
# Conflicts:
#	Cargo.lock
  • Loading branch information
Björn Urban committed May 5, 2024
2 parents 6c1758d + 7ba63df commit be9d28b
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 47 deletions.
165 changes: 124 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1", features = ["full"] }
ollama-rs = "0.1.7"
reqwest = {version = "0.11.24", features = ["json"]}
serde_json = "1.0.114"
serde = "1.0.197"
tokio = { version = "1.37.0", features = ["full"] }
ollama-rs = "0.1.9"
reqwest = {version = "0.12.4", features = ["json"]}
serde_json = "1.0.116"
serde = "1.0.200"
substring = "1.4.5"
slog = "2.7"
slog-term = "2.8"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.78

WORKDIR /usr/doclytics
COPY . .
Expand Down

0 comments on commit be9d28b

Please sign in to comment.