Browse Source

Update to the latest version of itertools

Nicholas Bishop 1 month ago
parent
commit
07f28eb443
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -10,7 +10,7 @@ readme = "README.md"
 
 [dependencies]
 bitflags = "1.2.1"
-itertools = { version = "0.9.0", default-features = false }
+itertools = { version = "0.14.0", default-features = false }
 
 [features]
 default = ["std"]