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"]
1818alloc = [" percent-encoding/alloc" ]
1919
2020[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"
2828debugger_test_parser = " 0.1"
2929
3030[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" }
3434serde = {version = " 1.0" , optional = true , features = [" derive" ]}
3535
3636[features ]
You can’t perform that action at this time.
0 commit comments