File: upgrade-itertools.patch

package info (click to toggle)
rust-serial-test 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index f83f8e7..c08e734 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ version = "^0.12"
 version = "~2.0.0"
 
 [dev-dependencies.itertools]
-version = "0.10"
+version = "0.13"
 
 [dev-dependencies.tokio]
 version = "^1.27"