From 9997174faea501533a57a45b76c488cffd7c5a94 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 30 Sep 2018 19:16:25 -0700 Subject: [PATCH] Update to serde 1.0.79 for https://github.com/iceiix/steven/issues/4 --- Cargo.lock | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06dfd75..d676270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,6 +768,11 @@ name = "serde" version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "serde" +version = "1.0.79" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "serde_json" version = "0.7.4" @@ -809,7 +814,7 @@ dependencies = [ "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "steven_blocks 0.0.1", @@ -1130,6 +1135,7 @@ dependencies = [ "checksum sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a74c2a98a354b20713b90cce70aef9e927e46110d1bc4ef728fd74e0d53eba60" "checksum sdl2-sys 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c543ce8a6e33a30cb909612eeeb22e693848211a84558d5a00bb11e791b7ab7" "checksum serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0e0732aa8ec4267f61815a396a942ba3525062e3bd5520aa8419927cfc0a92" +"checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" "checksum serde_json 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b22e8a0554f31cb0f501e027de07b253553b308124f61c57598b9678dba35c0b" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" "checksum solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "172382bac9424588d7840732b250faeeef88942e37b6e35317dce98cafdd75b2" diff --git a/Cargo.toml b/Cargo.toml index 7a71b80..b127f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ sha1 = "0.6.0" sdl2 = "0.31.0" byteorder = "1.2.6" hyper = "0.8.0" -serde = "0.7.0" +serde = "1.0.79" serde_json = "0.7.0" flate2 = "1.0.2" zip = "0.4.2"