diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-31 10:42:51 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-31 10:52:21 +0100 |
commit | bc8197c884e7a5dae25b6aedb02eac98145bee92 (patch) | |
tree | e9d4f2a79aca78f38ce6101a5cff911a587a19a4 /Cargo.toml | |
parent | 2cc32847ac45bee7d0b60020edda3cce7a07b4ce (diff) |
Update serde to 0.9.3 and use serde::ser::Impossible
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,6 +14,5 @@ test = false [dependencies] dtoa = "0.4.0" itoa = "0.3.0" -serde = "0.9.2" +serde = "0.9.3" url = "1.0.0" -void = "1.0.2" |