summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 618be88a..9aabdd74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,7 @@ void = "1.0.2"
cc = "1"
[dev-dependencies]
-# The examples use a new feature of Bytes which should be available in 0.4.7
-# https://github.com/carllerche/bytes/pull/192
-bytes = { git = "https://github.com/carllerche/bytes", rev = "ae1b454" }
+bytes = "0.4.8"
lazy_static = "1"
rand = "0.4"
tempdir = "0.3"