From 221f8e62e8cb27cfd3f52f60d63c00bb9df7d75a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Aug 2021 17:05:35 +0000 Subject: fix(deps): update rust crate bytes to 1.1.0 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index db5b100..e439a18 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "0.1.51" whirl_common = { path = "../whirl_common" } # Byte Manipulation -bytes = "1.0.1" +bytes = "1.1.0" byteorder = "1.4.3" # Serialization diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 9d5c5f4..bb86bbd 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.2.14" num-derive = "0.3.3" # Byte Manipulation -bytes = "1.0.1" +bytes = "1.1.0" byteorder = "1.4.3" # Serialization -- cgit v1.2.3