From c4a0f37d0cf8d547b4e46f5ffaf7043f822adcf9 Mon Sep 17 00:00:00 2001
From: Rob Ede <robjtede@icloud.com>
Date: Sat, 23 Jul 2022 03:06:44 +0100
Subject: [PATCH] fix minimal versions for bytestring

---
 bytestring/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml
index dc9fd6af..4d85e001 100644
--- a/bytestring/Cargo.toml
+++ b/bytestring/Cargo.toml
@@ -18,7 +18,7 @@ name = "bytestring"
 path = "src/lib.rs"
 
 [dependencies]
-bytes = "1"
+bytes = "1.2"
 serde = { version = "1.0", optional = true }
 
 [dev-dependencies]