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 Apr 10, 2024
1 parent 3cbba67 commit b1d3682
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.2.0"
edition = "2021"

[dependencies]
llama-core = { path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/llama-core", version = "^0.6" }
llama-core = { version = "^0.7" }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
endpoints = { path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/endpoints", version = "^0.5" }
chat-prompts = { path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/chat-prompts", version = "^0.5" }
endpoints = { version = "^0.6" }
chat-prompts = { version = "^0.5" }
serde_yaml = "0.9"
hyper_wasi = { version = "0.15", features = ["full"] }
tokio_wasi = { version = "1", features = ["full"] }
Expand Down

0 comments on commit b1d3682

Please sign in to comment.