Skip to content

Commit

Permalink
Format toml
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Oct 23, 2024
1 parent e6b1931 commit e78a2bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ libc = { version = "0.2.158" }
match-template = "0.0.1"
mysql_async = { version = "0.34", default-features = false, features = ["native-tls-tls"] }
object_store_opendal = "0.46"
opendal_compat = { version = "1" }
once_cell = "1.15.0"
openai_api_rust = "0.1"
opendal = { version = "0.50.1", features = [
Expand All @@ -276,6 +275,7 @@ opendal = { version = "0.50.1", features = [
"services-huggingface",
"services-redis",
] }
opendal_compat = { version = "1" }
openraft = { git = "https://github.com/drmingdrmer/openraft", tag = "v0.10.0-alpha.6", features = [
"serde",
"tracing-log",
Expand Down
4 changes: 2 additions & 2 deletions src/common/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ prometheus-parse = "0.2.3"
rand = { workspace = true, features = ["serde1"] }
regex = { workspace = true }
replace_with = "0.1.7"
reqwest = { workspace = true }
reqwest-hickory-resolver = { workspace = true }
rustix = "0.38.37"
semver = { workspace = true }
serde = { workspace = true }
Expand All @@ -60,8 +62,6 @@ tikv-jemalloc-sys = "0.5.2"
tokio = { workspace = true }
unicode-segmentation = "1.10.1"
uuid = { workspace = true }
reqwest = { workspace = true }
reqwest-hickory-resolver = { workspace = true }

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "^0.16" }
Expand Down
1 change: 0 additions & 1 deletion src/common/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ opendal = { workspace = true }
parquet = { workspace = true }
prometheus-client = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion src/meta/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ serde_json = { workspace = true }
sha1 = "0.10.5"
sha2 = { workspace = true }
thiserror = { workspace = true }
reqwest = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/query/storages/delta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ databend-storages-common-table-meta = { workspace = true }
deltalake = { workspace = true }
fastrace = { workspace = true }
match-template = "0.0.1"
opendal_compat = { workspace = true, features = ["v0_50_to_v0_49"] }
object_store_opendal = { workspace = true }
opendal_compat = { workspace = true, features = ["v0_50_to_v0_49"] }
parquet = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit e78a2bc

Please sign in to comment.