chore: simplify dep so serde=1 in Cargo.toml (#3664)

With this change, dependabot should just have to update `Cargo.lock` for
`serde`, e.g.:

- https://github.com/openai/codex/pull/3617
- https://github.com/openai/codex/pull/3618
This commit is contained in:
Michael Bolin
2025-09-15 12:22:29 -07:00
committed by GitHub
parent 39ed8a7d26
commit ca8bd09d56
2 changed files with 6 additions and 6 deletions

View File

@@ -17,5 +17,5 @@ clap = { version = "4", features = ["derive"] }
ignore = "0.4.23"
nucleo-matcher = "0.3.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1"
tokio = { version = "1", features = ["full"] }