Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Dec 9, 2024
1 parent 61c5758 commit 9d31dd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4.4.6", features = ["cargo", "derive"] }
endpoints = { version = "=0.18.0" }
endpoints = { version = "=0.21.0" }
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.23.0", features = ["logging"] }
llama-core = { version = "=0.24.0", features = ["logging"] }
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
multipart-2021 = "0.19.0"
serde = { version = "^1.0", features = ["derive"] }
Expand Down

0 comments on commit 9d31dd1

Please sign in to comment.