Skip to content

Commit

Permalink
feat/inverted-index-cache:
Browse files Browse the repository at this point in the history
 Remove unused dependencies from Cargo.lock and Cargo.toml

 - Removed `moka`, `prometheus`, and `puffin` dependencies from both Cargo.lock and Cargo.toml.
  • Loading branch information
v0y4g3r committed Jul 7, 2024
1 parent b028c13 commit 5abcaef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions src/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ fst.workspace = true
futures.workspace = true
greptime-proto.workspace = true
mockall.workspace = true
moka = { workspace = true, features = ["sync", "future"] }
pin-project.workspace = true
prometheus.workspace = true
prost.workspace = true
puffin.workspace = true
regex.workspace = true
regex-automata.workspace = true
serde.workspace = true
Expand Down

0 comments on commit 5abcaef

Please sign in to comment.