Skip to content

Commit 63b40bf

Browse files
committed
chore: update deps
Signed-off-by: Xin Liu <[email protected]>
1 parent c3d41f3 commit 63b40bf

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Cargo.lock

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

Cargo.toml

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

66
[dependencies]
77
anyhow = "1"
8-
chat-prompts = { version = "=0.17.2", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
8+
chat-prompts = { version = "=0.17.3" }
99
chrono = "0.4.38"
1010
clap = { version = "4.4.6", features = ["cargo"] }
1111
either = "1.12.0"
12-
endpoints = { version = "=0.17.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
12+
endpoints = { version = "=0.17.1" }
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.21.1", features = [
17-
"logging",
18-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
16+
llama-core = { version = "=0.21.2", features = ["logging"] }
1917
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
2018
mime_guess = "2.0.4"
2119
multipart-2021 = "0.19.0"

0 commit comments

Comments
 (0)