Skip to content

Commit 4c89e46

Browse files
authored
Enable Serde for re-exported Url (#110)
1 parent ee2826c commit 4c89e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest-0-10 = { version = "0.10", optional = true, features = ["blocking", "rus
2828
serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030
sha2 = "0.9"
31-
url = "2.1"
31+
url = { version = "2.1", features = ["serde"] }
3232

3333
[dev-dependencies]
3434
hex = "0.4"

0 commit comments

Comments
 (0)