Upgrade RustPython to fix Serde dependency (#3481)

This commit is contained in:
Charlie Marsh
2023-03-13 12:29:31 -04:00
committed by GitHub
parent 227679b5cb
commit 3a5fbd6d74
3 changed files with 6 additions and 9 deletions

View File

@@ -24,6 +24,4 @@ regex = { workspace = true }
rustc-hash = { workspace = true }
rustpython-common = { workspace = true }
rustpython-parser = { workspace = true }
# TODO(charlie): See https://github.com/RustPython/RustPython/pull/4684.
serde = { workspace = true }
smallvec = { version = "1.10.0" }