ruff/crates/ruff_notebook
Micha Reiser 8a001dfc3d
chore: Upgrade pyproject-toml crate (#7335)
## Summary

This PR bumps the pyproject-toml crate to 0.7.0. The only difference is that it now depends on indexmap 2. I reviewed the indexmap 2 changes and they don't seem relevant to us. 

I used this opportunity to remove the default features from `serde_with` which removes our indexmap 1 dependency (and some other unused dependencies)

## Test Plan

`cargo test`
2023-09-13 17:55:03 +02:00
..
resources/test/fixtures/jupyter Create ruff_notebook crate (#7039) 2023-09-01 13:56:44 +00:00
src Add NotebookIndex to the cache (#6863) 2023-09-12 18:29:03 +05:30
Cargo.toml chore: Upgrade pyproject-toml crate (#7335) 2023-09-13 17:55:03 +02:00