From 4356210b7fa036c3fac062f38fa537b791364824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:26:52 +0000 Subject: [PATCH] Update Rust crate bytes to 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60d5e55..f229971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/arkedge/eb90-rs" heapless = "0.7" crc = "2" tokio-util = { version = "0.7", features = ["codec"], optional = true } -bytes = { version = "1.4.0", optional = true } +bytes = { version = "1.5.0", optional = true } [dev-dependencies] proptest = "1"