File: newer-itertools

package info (click to toggle)
python-libcst 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,240 kB
  • sloc: python: 78,096; makefile: 15; sh: 2
file content (11 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/native/libcst/Cargo.toml
+++ b/native/libcst/Cargo.toml
@@ -48,7 +48,7 @@
 criterion = { version = "0.5.1", features = ["html_reports"] }
 difference = "2.0.0"
 rayon = "1.7.0"
-itertools = "0.11.0"
+itertools = "0.13.0"
 
 [[bench]]
 name = "parser_benchmark"