File: relax-deps.patch

package info (click to toggle)
rust-astral-async-http-range-reader 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Description: Relax dependencies
Author: Aeliton G. Silva <aeliton@gmail.com>
Last-Update: 2025-12-04
---
Index: astral-async-http-range-reader/Cargo.toml
===================================================================
--- astral-async-http-range-reader.orig/Cargo.toml
+++ astral-async-http-range-reader/Cargo.toml
@@ -40,7 +40,7 @@ version = "0.3.28"
 version = "0.2.0"
 
 [dependencies.itertools]
-version = "0.13.0"
+version = "0.14"
 
 [dependencies.memmap2]
 version = "0.9.0"
@@ -58,11 +58,11 @@ package = "astral-reqwest-middleware"
 version = "1.0.50"
 
 [dependencies.tokio]
-version = "1.33.0"
+version = "1.48"
 default-features = false
 
 [dependencies.tokio-stream]
-version = "0.1.14"
+version = "0.1"
 features = ["sync"]
 
 [dependencies.tokio-util]
@@ -75,7 +75,7 @@ version = "0.1.40"
 version = "1.5.0"
 
 [dev-dependencies.async_zip]
-version = "0.0.17"
+version = "0.0.18"
 features = ["tokio"]
 default-features = false
 
@@ -88,10 +88,10 @@ features = [
 default-features = false
 
 [dev-dependencies.rstest]
-version = "0.23.0"
+version = "0.17"
 
 [dev-dependencies.tokio]
-version = "1.33.0"
+version = "1.48"
 features = [
     "macros",
     "test-util",