From 6e26d995f39231b5ce604881af6df266d41cc6fb Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Thu, 18 May 2023 00:17:24 +0900 Subject: [PATCH] Upgrade bitflags to remove clippy wanrings --- format/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/Cargo.toml b/format/Cargo.toml index 4a008f6..931a730 100644 --- a/format/Cargo.toml +++ b/format/Cargo.toml @@ -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 }