From f7dedf8e411a4a0e2cc2880f50c9da42d5469a6f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 10 Nov 2019 20:49:44 -0500 Subject: [PATCH] bytes: require 0.4.13 This version is compatible with the minimal-versions flag. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 180540b5..6fff851c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ keywords = ["http"] categories = ["web-programming"] [dependencies] -bytes = "0.4" +bytes = "0.4.13" fnv = "1.0.5" itoa = "0.4.1"