Merge pull request 'Update Rust crate ollama-rs to 0.3.0' (#20) from renovate/ollama-rs-0.x into main

Reviewed-on: #20
This commit is contained in:
JMARyA 2025-06-22 17:33:22 +00:00
commit dba2671c7c
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View file

@ -1850,9 +1850,9 @@ dependencies = [
[[package]] [[package]]
name = "ollama-rs" name = "ollama-rs"
version = "0.2.6" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5df54edb7e1264719be607cd40590d3769b5b35a2623e6e02681e6591aea5b8" checksum = "a0bd0e2c30868e72ffca8143873c6c1e288b2efda9d3950e9ae0d0b4039c49c3"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"log", "log",
@ -1861,7 +1861,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"static_assertions", "static_assertions",
"thiserror 2.0.11", "thiserror 2.0.12",
"url", "url",
] ]
@ -2869,7 +2869,7 @@ dependencies = [
"serde_json", "serde_json",
"sha2", "sha2",
"smallvec", "smallvec",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@ -2953,7 +2953,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@ -2992,7 +2992,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@ -3226,11 +3226,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.11" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [ dependencies = [
"thiserror-impl 2.0.11", "thiserror-impl 2.0.12",
] ]
[[package]] [[package]]
@ -3246,9 +3246,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.11" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -19,7 +19,7 @@ maud = "0.27.0"
based = { git = "https://git.hydrar.de/jmarya/based" } based = { git = "https://git.hydrar.de/jmarya/based" }
url = "2.5.4" url = "2.5.4"
reqwest = "0.12.11" reqwest = "0.12.11"
ollama-rs = "0.2.2" ollama-rs = "0.3.0"
pgvector = { version = "0.4", features = ["sqlx"] } pgvector = { version = "0.4", features = ["sqlx"] }
html2md = "0.2.14" html2md = "0.2.14"
clap = { version = "4.5.23", features = ["cargo", "derive"] } clap = { version = "4.5.23", features = ["cargo", "derive"] }