Skip to content

Commit 1317d9d

Browse files
committed
update dependencies
1 parent a25f3a8 commit 1317d9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

form_urlencoded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ std = ["alloc", "percent-encoding/std"]
1818
alloc = ["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" }

url/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ debugger_test = "0.1"
2828
debugger_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" }
3434
serde = {version = "1.0", optional = true, features = ["derive"]}
3535

3636
[features]

0 commit comments

Comments
 (0)