Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: Remove unused dependency from Cargo.toml
Browse files Browse the repository at this point in the history
- Remove `tempfile` dependency from `Cargo.toml`
  • Loading branch information
zurawiki committed Mar 23, 2023
1 parent 3ccc5f5 commit a6b762c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ async-openai = "0.10.0"
backoff = { version = "0.4.0", features = ["tokio"] }
clap = { version = "4.1.11", features = ["derive"] }
futures = "0.3.27"
tempfile = "3.4.0"
tiktoken-rs = "0.3.3"
tokio = {version = "1.26.0", features = ["full"]}
tracing-subscriber = { version = "0.3.16", features = ["env-filter"]}

0 comments on commit a6b762c

Please sign in to comment.