From 935a92cd28130be0a4af587ae9d4d057341cc820 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Wed, 23 Dec 2020 23:19:32 +0300 Subject: [PATCH] Bump bytes to 1.0 (#482) --- rlp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlp/Cargo.toml b/rlp/Cargo.toml index 9a06199eb..6574b3ba2 100644 --- a/rlp/Cargo.toml +++ b/rlp/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -bytes = { version = "0.6", default-features = false } +bytes = { version = "1", default-features = false } rustc-hex = { version = "2.0.1", default-features = false } [dev-dependencies]