File: newer-itertools

package info (click to toggle)
python-libcst 1.4.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,928 kB
  • sloc: python: 76,235; makefile: 10; sh: 2
file content (11 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
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"