Update serde to 0.9
All the tests pass for me, this seems almost too easy. Closes #52
This commit is contained in:
@@ -12,9 +12,9 @@ license = "MIT/Apache-2.0"
|
|||||||
hyper = "0.10"
|
hyper = "0.10"
|
||||||
hyper-native-tls = "0.2"
|
hyper-native-tls = "0.2"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
serde = "0.8"
|
serde = "0.9"
|
||||||
serde_json = "0.8"
|
serde_json = "0.9"
|
||||||
serde_urlencoded = "0.3"
|
serde_urlencoded = "0.4"
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user