Skip to content

Commit 0dfae55

Browse files
committed
chore: update Cargo.toml
Signed-off-by: Xin Liu <[email protected]>
1 parent 7efc223 commit 0dfae55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ hyper = { version = "0.14", features = ["full"] }
1111
llama-core = { version = "=0.26.1", features = ["logging"] }
1212
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
1313
multipart-2021 = "0.19.0"
14+
once_cell = "1.18"
1415
serde = { version = "^1.0", features = ["derive"] }
1516
serde_json = "^1.0"
1617
thiserror = "^1"
1718
tokio = { version = "^1.36", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
19+
url = "2.5.4"
1820
uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] }
1921
wasi-logger = { version = "0.1.2", features = ["kv"] }
20-
once_cell = "1.18"
21-
url = "2.5.4"
2222

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

0 commit comments

Comments
 (0)