aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-08 07:15:17 -0700
committerZeyla Hellyer <[email protected]>2017-06-08 07:15:17 -0700
commit92f4ec204d10a8d60af9ce3cc7433be8117a711d (patch)
tree4f163894f5e51ba358443582b17e033242569a29
parentFix shard doctests (diff)
downloadserenity-92f4ec204d10a8d60af9ce3cc7433be8117a711d.tar.xz
serenity-92f4ec204d10a8d60af9ce3cc7433be8117a711d.zip
Remove unused cookie dependency
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6399014..acd0967 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,10 +27,6 @@ version = "1.0"
features = ["serde"]
version = "~0.3"
-[dependencies.cookie]
-default-features = false
-version = "0.2"
-
[dependencies.hyper]
optional = true
version = "~0.10"