Skip to content

Commit

Permalink
chore: Remove unused dependency (#2052)
Browse files Browse the repository at this point in the history
Co-authored-by: Solomon <[email protected]>
  • Loading branch information
chubei and abcpro1 authored Sep 19, 2023
1 parent 770be3d commit cb0444b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions dozer-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ authors = ["getdozer/dozer-dev"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dozer-types = {path = "../dozer-types"}
dozer-storage = {path = "../dozer-storage"}
dozer-core = {path = "../dozer-core"}
dozer-tracing = {path = "../dozer-tracing"}
dozer-types = { path = "../dozer-types" }
dozer-storage = { path = "../dozer-storage" }
dozer-core = { path = "../dozer-core" }
dozer-tracing = { path = "../dozer-tracing" }

ahash = "0.8.3"
enum_dispatch = "0.3.11"
jsonpath-rust = "0.3.1"
like = "0.3.1"
linked-hash-map = { version = "0.5.6", features = ["serde_impl"] }
metrics = "0.21.0"
Expand All @@ -23,8 +22,8 @@ num-traits = "0.2.15"
pest = "2.6.0"
pest_derive = "2.5.6"
regex = "1.8.1"
sqlparser = {git = "https://github.com/getdozer/sqlparser-rs.git" }
uuid = {version = "1.3.0", features = ["v1", "v4", "fast-rng"]}
sqlparser = { git = "https://github.com/getdozer/sqlparser-rs.git" }
uuid = { version = "1.3.0", features = ["v1", "v4", "fast-rng"] }
bigdecimal = { version = "0.3", features = ["serde"], optional = true }
ort = { version = "1.15.2", optional = true }
ndarray = { version = "0.15", optional = true }
Expand Down

0 comments on commit cb0444b

Please sign in to comment.