aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-11-22 09:57:45 -0800
committerZeyla Hellyer <[email protected]>2017-11-22 09:57:52 -0800
commit01a80d6476ccc7724939f0675daca0766607442a (patch)
tree197acaaffcc2c76072f9fb0d3ce53373f2816542
parentActually remove the `init` call in `CreateCommand` (diff)
downloadserenity-01a80d6476ccc7724939f0675daca0766607442a.tar.xz
serenity-01a80d6476ccc7724939f0675daca0766607442a.zip
Update dependencies
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 859cb18..46ac44d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ version = "0.5.0"
[dependencies]
bitflags = "^1.0"
log = "~0.3"
-parking_lot = "^0.4"
+parking_lot = "^0.5"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
@@ -24,7 +24,7 @@ version = "~0.7"
[dependencies.byteorder]
optional = true
-version = "^1.0"
+version = "^1.1"
[dependencies.chrono]
features = ["serde"]
@@ -81,7 +81,7 @@ version = "0.1.0"
default-features = false
features = ["sync-ssl"]
optional = true
-version = "0.0.2"
+version = "0.0.3"
[features]
default = [