1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: accept newer branches of crate itertools
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1082663
Last-Update: 2024-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@
"tokio",
"server",
] }
-itertools = "0.12"
+itertools = ">= 0.12, <= 0.13"
jobserver = "0.1"
jwt = { package = "jsonwebtoken", version = "9", optional = true }
libc = "0.2.153"
@@ -127,7 +127,7 @@
cc = "1.0"
chrono = "0.4.33"
filetime = "0.2"
-itertools = "0.12"
+itertools = ">= 0.12, <= 0.13"
predicates = "=3.1.0"
serial_test = "3.1"
temp-env = "0.3.6"
|