Bump Serde to 0.8.0.
This commit is contained in:
parent
43d668e9ef
commit
7b93b18d14
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -5,8 +5,8 @@ dependencies = [
|
||||
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 0.1.73 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.8.0-rc3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 0.8.0-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
@ -102,18 +102,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "0.8.0-rc3"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "0.8.0-rc1"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"dtoa 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"itoa 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-traits 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.8.0-rc3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -14,8 +14,8 @@ version = "0.1.0"
|
||||
lazy_static = "0.2.1"
|
||||
rand = "0.3.14"
|
||||
regex = "0.1.73"
|
||||
serde = "0.8.0-rc3"
|
||||
serde = "0.8.0"
|
||||
url = "1.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "0.8.0-rc1"
|
||||
serde_json = "0.8.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user