aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-21 15:18:46 -0700
committerZeyla Hellyer <[email protected]>2017-06-21 15:18:46 -0700
commit45868cd2cedd6bd418ea1c1d795a74c0ef6af975 (patch)
tree7f0a78158e24073606c0abed6c575e25e91c0b5e /Cargo.toml
parentExtract Discord close codes to constants (diff)
downloadserenity-45868cd2cedd6bd418ea1c1d795a74c0ef6af975.tar.xz
serenity-45868cd2cedd6bd418ea1c1d795a74c0ef6af975.zip
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index acd0967..6e1f73a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,8 @@ repository = "https://github.com/zeyla/serenity.git"
version = "0.2.0"
[dependencies]
-base64 = "~0.5"
-bitflags = "~0.8"
+base64 = "~0.6"
+bitflags = "~0.9"
flate2 = "~0.2"
log = "~0.3"
serde = "^1.0"
@@ -25,7 +25,7 @@ version = "1.0"
[dependencies.chrono]
features = ["serde"]
-version = "~0.3"
+version = "~0.4"
[dependencies.hyper]
optional = true
@@ -41,9 +41,9 @@ version = "~0.2"
[dependencies.multipart]
default-features = false
-features = ["client", "hyper"]
+features = ["client", "hyper", "safemem"]
optional = true
-version = "0.12"
+version = "0.13"
[dependencies.native-tls]
optional = true