Skip to content

Commit

Permalink
Sort workspace.dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Dec 7, 2023
1 parent 4e508ce commit d14b687
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 @@ -31,6 +31,7 @@ bitvec = "1.0.1"
chrono = "0.4"
derive_builder = "0.12.0"
either = "1"
env_logger = "0.10.0"
futures = "0.3"
iceberg = { path = "./crates/iceberg" }
iceberg-catalog-rest = { path = "./crates/catalog/rest" }
Expand All @@ -43,6 +44,7 @@ once_cell = "1"
opendal = "0.42"
ordered-float = "4.0.0"
pretty_assertions = "1.4.0"
port_scanner = "0.1.5"
reqwest = { version = "^0.11", features = ["json"] }
rust_decimal = "1.31.0"
serde = { version = "^1.0", features = ["rc"] }
Expand All @@ -56,5 +58,3 @@ typed-builder = "^0.18"
url = "2"
urlencoding = "2"
uuid = "1.6.1"
env_logger = "0.10.0"
port_scanner = "0.1.5"

0 comments on commit d14b687

Please sign in to comment.