From d8a58e8977eb9c43fc1731a9a77fdbc487076fc4 Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Sat, 3 Feb 2018 23:47:42 +0100 Subject: [PATCH] Update serenity --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e84a7c..1f1e416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "serenity" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1125,7 +1125,7 @@ dependencies = [ [[package]] name = "wynnrobot" -version = "0.10.1" +version = "0.10.2" dependencies = [ "diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1134,7 +1134,7 @@ dependencies = [ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", - "serenity 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "serenity 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "wynncraft 0.1.0 (git+https://gitlab.com/Sakuhl/wynncraft)", ] @@ -1231,7 +1231,7 @@ dependencies = [ "checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5" "checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb" "checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480" -"checksum serenity 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "10fe3f18336b678a7de40c33d0ce28ca06a72ef5bbcc79cd577f73832c95b41f" +"checksum serenity 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "2b299339843545745deb697dae7f3c8f5887b3d9ad5f2d3037ac9a11f7a99aa2" "checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" diff --git a/Cargo.toml b/Cargo.toml index 6eaad90..c197ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sakuhl <2012collector@gmail.com>"] name = "wynnrobot" -version = "0.10.1" +version = "0.10.2" [dependencies] failure = "0.1.1" @@ -10,7 +10,7 @@ reqwest = "0.8.1" serde = "1.0.24" serde_derive = "1.0.24" serde_json = "1.0.8" -serenity = { version = "0.4.5", features = [] } +serenity = "0.4.8" [dependencies.diesel] features = ["postgres"]