Skip to content

Commit 25e8d4a

Browse files
committed
chore(hf): sort Cargo.toml dependencies with taplo
1 parent 0a29870 commit 25e8d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/services/hf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ async-trait = "0.1"
3535
base64 = { workspace = true }
3636
bytes = { workspace = true }
3737
futures = { workspace = true }
38+
hf-xet = { git = "https://github.com/huggingface/xet-core.git", rev = "014ff2d75bb5284a5459094695f04c9fc35218ac" }
3839
http = { workspace = true }
3940
log = { workspace = true }
4041
opendal-core = { path = "../../core", version = "0.55.0", default-features = false }
@@ -44,7 +45,6 @@ reqwest = { version = "0.12", default-features = false, features = [
4445
] }
4546
serde = { workspace = true, features = ["derive"] }
4647
serde_json = { workspace = true }
47-
hf-xet = { git = "https://github.com/huggingface/xet-core.git", rev = "014ff2d75bb5284a5459094695f04c9fc35218ac" }
4848

4949
[dev-dependencies]
5050
opendal-core = { path = "../../core", version = "0.55.0", features = [

0 commit comments

Comments
 (0)