Skip to content

Commit b1d3682

Browse files
committed
chore: update deps
Signed-off-by: Xin Liu <[email protected]>
1 parent 3cbba67 commit b1d3682

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 9 additions & 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
llama-core = { path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/llama-core", version = "^0.6" }
7+
llama-core = { version = "^0.7" }
88
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
99
serde = { version = "1.0", features = ["derive"] }
1010
serde_json = "1.0"
11-
endpoints = { path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/endpoints", version = "^0.5" }
12-
chat-prompts = { path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/chat-prompts", version = "^0.5" }
11+
endpoints = { version = "^0.6" }
12+
chat-prompts = { version = "^0.5" }
1313
serde_yaml = "0.9"
1414
hyper_wasi = { version = "0.15", features = ["full"] }
1515
tokio_wasi = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)