Upgrade bitflags to remove clippy wanrings

This commit is contained in:
Jeong YunWon 2023-05-18 00:17:24 +09:00
parent b48834fe2d
commit 6e26d995f3

View file

@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
rustpython-literal = { workspace = true }
bitflags = "2.2.1"
bitflags = "2.3.1"
itertools = "0.10.5"
num-bigint = { workspace = true }
num-traits = { workspace = true }