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 Jun 27, 2024
1 parent 2a9c847 commit e34a0f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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.6.6"
edition = "2021"

[dependencies]
endpoints = { version = "=0.8.1" }
chat-prompts = { version = "=0.8.0" }
llama-core = { version = "=0.11.2", features = ["logging"] }
endpoints = { version = "=0.9.0" }
chat-prompts = { version = "=0.8.1" }
llama-core = { version = "=0.11.3", 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 e34a0f9

Please sign in to comment.