mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-29 05:16:26 +02:00
chore: dependabot deps update
chore: openai version bump
This commit is contained in:
+6
-6
@@ -13,13 +13,13 @@ resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.94"
|
||||
async-openai = "0.29.3"
|
||||
async-openai = { version = "0.41.1", features = ["chat-completion", "embedding", "audio", "model"] }
|
||||
async-stream = "0.3.6"
|
||||
async-trait = "0.1.88"
|
||||
axum-htmx = "0.7.0"
|
||||
axum_session = "0.16"
|
||||
axum_session_auth = "0.16"
|
||||
axum_session_surreal = "0.4"
|
||||
axum_session = "0.18"
|
||||
axum_session_auth = "0.18"
|
||||
axum_session_surreal = "0.6"
|
||||
axum_typed_multipart = "0.16"
|
||||
axum = { version = "0.8", features = ["multipart", "macros"] }
|
||||
chrono-tz = "0.10.1"
|
||||
@@ -39,8 +39,8 @@ reqwest = {version = "0.12.12", features = ["charset", "json"]}
|
||||
serde_json = "1.0.128"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
sha2 = "0.10.8"
|
||||
surrealdb-migrations = "2.2.2"
|
||||
surrealdb = { version = "2" }
|
||||
surrealdb-migrations = "2.4.0"
|
||||
surrealdb = { version = "2.6" }
|
||||
tempfile = "3.12.0"
|
||||
text-splitter = { version = "0.18.1", features = ["markdown", "tokenizers"] }
|
||||
tokenizers = { version = "0.20.4", features = ["http"] }
|
||||
|
||||
Reference in New Issue
Block a user