File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ std = ["alloc", "percent-encoding/std"]
18
18
alloc = [" percent-encoding/alloc" ]
19
19
20
20
[dependencies ]
21
- percent-encoding = { version = " 2.2 .0" , default-features = false , path = " ../percent_encoding" }
21
+ percent-encoding = { version = " 2.3 .0" , default-features = false , path = " ../percent_encoding" }
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ debugger_test = "0.1"
28
28
debugger_test_parser = " 0.1"
29
29
30
30
[dependencies ]
31
- form_urlencoded = { version = " 1.1 .0" , path = " ../form_urlencoded" }
32
- idna = { version = " 0.3 .0" , path = " ../idna" }
33
- percent-encoding = { version = " 2.2 .0" , path = " ../percent_encoding" }
31
+ form_urlencoded = { version = " 1.2 .0" , path = " ../form_urlencoded" }
32
+ idna = { version = " 0.4 .0" , path = " ../idna" }
33
+ percent-encoding = { version = " 2.3 .0" , path = " ../percent_encoding" }
34
34
serde = {version = " 1.0" , optional = true , features = [" derive" ]}
35
35
36
36
[features ]
You can’t perform that action at this time.
0 commit comments