Skip to content

Commit

Permalink
remove unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Aug 24, 2024
1 parent b31e5fe commit d44a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire_seq_search_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ llm = []
tokio = { version = "1", features = ["full"] }

# Http Client
axum = { version = "0.7.5", features = ["macros"] }
axum = "0.7.5"
serde_json = "1.0"

# Serde
Expand Down

0 comments on commit d44a643

Please sign in to comment.