File: relax-dep.patch

package info (click to toggle)
rust-rustpython-parser 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 800 kB
  • sloc: makefile: 2
file content (42 lines) | stat: -rw-r--r-- 772 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,10 +21,10 @@
 repository = "https://github.com/RustPython/RustPython"
 
 [dependencies.ahash]
-version = "0.7.6"
+version = "0.8"
 
 [dependencies.itertools]
-version = "0.10.3"
+version = ">= 0.10.3"
 
 [dependencies.lalrpop-util]
 version = "0.20"
@@ -40,7 +40,7 @@
 version = "0.2.14"
 
 [dependencies.phf]
-version = "0.10.1"
+version = "0.11.1"
 
 [dependencies.rustc-hash]
 version = "1.1.0"
@@ -61,7 +61,7 @@
 version = "0.9.0"
 
 [dependencies.unicode_names2]
-version = "0.5.0"
+version = ">= 0.5.0, < 3"
 
 [dev-dependencies.insta]
 version = "1.14.0"
@@ -75,7 +75,7 @@
 default-features = false
 
 [build-dependencies.phf_codegen]
-version = "0.10"
+version = "0.11.1"
 
 [build-dependencies.tiny-keccak]
 version = "2"