Skip to content

Commit 55254d1

Browse files
committed
chore: bump deps
Signed-off-by: Xin Liu <[email protected]>
1 parent f59d511 commit 55254d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1"
8-
chat-prompts = { version = "=0.25.0" }
8+
chat-prompts = { version = "=0.26.0" }
99
chrono = "0.4.38"
1010
clap = { version = "4.4.6", features = ["cargo"] }
1111
either = "1.12.0"
1212
endpoints = { version = "=0.25.1", features = ["rag", "index"] }
1313
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
1414
futures-util = "0.3"
1515
hyper = { version = "0.14", features = ["full"] }
16-
llama-core = { version = "=0.28.6", features = ["logging", "rag", "index"] }
16+
llama-core = { version = "=0.29.0", features = ["logging", "rag", "index"] }
1717
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
1818
mime_guess = "2.0.4"
1919
multipart-2021 = "0.19.0"

0 commit comments

Comments
 (0)