Commit 1b90a03
committed
build: drop unused serde direct dependency
`serde` (the crate) was listed in [dependencies] with the `derive`
feature, but no code in this crate calls `use serde::*` or derives
`Serialize`/`Deserialize`. Only `serde_json` is used.
Removing it doesn't break any transitive dependency: pgwire and
trino-rust-client pull serde in themselves. `cargo build`,
`cargo test --lib`, and `cargo clippy --all-targets` all still pass.1 parent fe7551a commit 1b90a03
2 files changed
Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments