aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-10-22 20:17:48 -0700
committerZeyla Hellyer <[email protected]>2017-10-22 20:19:36 -0700
commit2219bb37a80c4c2b4ff5a24d72b82737eb241195 (patch)
tree637501f4be91a18df03f51af7555a81630831465 /Cargo.toml
parentAdd "zero-copy" parsing (diff)
downloadserenity-2219bb37a80c4c2b4ff5a24d72b82737eb241195.tar.xz
serenity-2219bb37a80c4c2b4ff5a24d72b82737eb241195.zip
Update dependencies
Update the following dependencies: - `base64` from `~0.6` to `~0.7` - rust-websocket fork from `0.0.1` to `0.0.2`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6ffd7c..a287ea3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ serde_json = "^1.0"
[dependencies.base64]
optional = true
-version = "~0.6"
+version = "~0.7"
[dependencies.byteorder]
optional = true
@@ -84,7 +84,7 @@ version = "0.1.0"
default-features = false
features = ["sync-ssl"]
optional = true
-version = "0.0.1"
+version = "0.0.2"
[features]
default = [