aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouman <[email protected]>2018-11-11 18:40:32 +0300
committerLakelezz <[email protected]>2018-11-11 16:40:32 +0100
commit5f9ed7497dc08f238fad8e06d041e0b84ac1d00a (patch)
tree7efac6ec7a7944c3a693eeb8cfa9b6bcdee7f756
parentAdd Function to call if a Message without Command has been sent (#430) (diff)
downloadserenity-5f9ed7497dc08f238fad8e06d041e0b84ac1d00a.tar.xz
serenity-5f9ed7497dc08f238fad8e06d041e0b84ac1d00a.zip
Update `base64` and `sodiumoxide` (#431)
`sodiumoxide` builds with the `std`-feature now as it depends on a feature unavailable for Rust 1.25.
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d39aa0..b1d29ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ serde_json = "^1.0"
[dependencies.base64]
optional = true
-version = "~0.9"
+version = "0.10"
[dependencies.byteorder]
optional = true
@@ -62,8 +62,9 @@ version = "0.2"
[dependencies.sodiumoxide]
default-features = false
+features = ["std"]
optional = true
-version = "0.0.14"
+version = "0.1"
[dependencies.threadpool]
optional = true