Skip to content

Commit

Permalink
fix: remove utoipa dependency from common_utils crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikesh026 committed Dec 4, 2023
1 parent 7387f10 commit f5651c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/common_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["serde", "serde-well-known", "std"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"], optional = true }
utoipa = { version = "3.3.0", features = ["preserve_order"] }

# First party crates
common_enums = { version = "0.1.0", path = "../common_enums" }
Expand Down

0 comments on commit f5651c1

Please sign in to comment.