Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jan 13, 2025
1 parent 7efc223 commit 0dfae55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.26.1", features = ["logging"] }
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
multipart-2021 = "0.19.0"
once_cell = "1.18"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
thiserror = "^1"
tokio = { version = "^1.36", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
url = "2.5.4"
uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] }
wasi-logger = { version = "0.1.2", features = ["kv"] }
once_cell = "1.18"
url = "2.5.4"

[patch.crates-io]
socket2 = { git = "https://github.com/second-state/socket2.git", branch = "v0.5.x" }
Expand Down

0 comments on commit 0dfae55

Please sign in to comment.