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 Aug 4, 2024
1 parent d70b2fb commit 73ac8c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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,9 +4,9 @@ version = "0.7.5"
edition = "2021"

[dependencies]
endpoints = { version = "=0.11.0" }
chat-prompts = { version = "=0.10.2" }
llama-core = { version = "=0.13.1", features = ["logging"] }
endpoints = { version = "=0.11.1" }
chat-prompts = { version = "=0.11.0" }
llama-core = { version = "=0.14.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 73ac8c0

Please sign in to comment.