Update itertools

Update to 0.10.1
This commit is contained in:
pierwill 2022-03-04 11:54:28 -06:00
parent b4bf56cd66
commit f684acdd7e
10 changed files with 24 additions and 33 deletions

View file

@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smallvec = "1.6.1"
tempfile = "3"
itertools = "0.10"
itertools = "0.10.1"
regex = "1"
rustdoc-json-types = { path = "../rustdoc-json-types" }
tracing = "0.1"