Skip to content

Commit

Permalink
chore(deps): Remove unused TUI dependency (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Apr 30, 2022
1 parent a01303e commit b4723a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 72 deletions.
70 changes: 4 additions & 66 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ file-rotate = { version = "0.6.0", optional = true }
# feature: webhook
reqwest = { version = "0.11", optional = true, features = ["blocking", "json"] }

# feature: tuisink
tui = { version = "0.17", optional = true, default-features = false, features = [
"crossterm",
] }

# feature: kafkasink
kafka = { version = "0.8.0", optional = true }

Expand Down Expand Up @@ -69,7 +64,6 @@ async-recursion = { version = "1.0.0", optional = true }
default = []
logs = ["file-rotate"]
webhook = ["reqwest"]
tuisink = ["tui"]
kafkasink = ["kafka", "openssl"]
elasticsink = ["elasticsearch", "tokio"]
fingerprint = ["murmur3"]
Expand Down

0 comments on commit b4723a5

Please sign in to comment.