Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jul 3, 2024
1 parent 84ad305 commit 1197ee9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ version = "0.7.1"
edition = "2021"

[dependencies]
endpoints = { version = "=0.8.2", path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/endpoints" }
chat-prompts = { version = "=0.8.0", path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/chat-prompts" }
llama-core = { version = "=0.11.2", features = [
"logging",
], path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/llama-core" }
endpoints = { version = "=0.10.0" }
chat-prompts = { version = "=0.9.0" }
llama-core = { version = "=0.12.0", features = ["logging"] }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 1197ee9

Please sign in to comment.