Skip to content

Commit

Permalink
chore: remove serde as direct dependency (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Apr 18, 2023
1 parent 08f69d8 commit 4d1687c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sqlness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ readme = { workspace = true }
async-trait = "0.1"
derive_builder = "0.11"
mysql = { version = "23.0.1", optional = true }
prettydiff = "0.6.2"
prettydiff = { version = "0.6.2", default_features = false }
regex = "1.7.1"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
toml = "0.5"
walkdir = "2.3"
Expand Down

0 comments on commit 4d1687c

Please sign in to comment.