Skip to content

Commit 189c6bd

Browse files
committed
chore: update deps
Signed-off-by: Xin Liu <[email protected]>
1 parent b3da163 commit 189c6bd

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ version = "0.9.4"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.80"
8-
chat-prompts = { version = "=0.15.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
7+
anyhow = "1"
8+
chat-prompts = { version = "=0.16.0" }
99
chrono = "0.4.38"
1010
clap = { version = "4.4.6", features = ["cargo"] }
1111
either = "1.12.0"
12-
endpoints = { version = "=0.14.2", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
12+
endpoints = { version = "=0.14.2" }
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.17.2", features = [
17-
"logging",
18-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
16+
llama-core = { version = "=0.18.0", 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)