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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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" }