diff options
| author | Zeyla Hellyer <[email protected]> | 2017-10-22 20:17:48 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-10-22 20:19:36 -0700 |
| commit | 2219bb37a80c4c2b4ff5a24d72b82737eb241195 (patch) | |
| tree | 637501f4be91a18df03f51af7555a81630831465 /Cargo.toml | |
| parent | Add "zero-copy" parsing (diff) | |
| download | serenity-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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = [ |