Skip to content

Commit 53a1e68

Browse files
committed
chore: update deps
Signed-off-by: Xin Liu <[email protected]>
1 parent c2f49b4 commit 53a1e68

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Cargo.lock

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1"
88
clap = { version = "4.4.6", features = ["cargo", "derive"] }
9-
endpoints = { version = "=0.17.2", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
9+
endpoints = { version = "=0.18.0" }
1010
hyper = { version = "0.14", features = ["full"] }
11-
llama-core = { version = "=0.22.0", features = [
12-
"logging",
13-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
11+
llama-core = { version = "=0.23.0", features = ["logging"] }
1412
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
1513
multipart-2021 = "0.19.0"
1614
serde = { version = "^1.0", features = ["derive"] }

0 commit comments

Comments
 (0)