From f459a925b816d20696d556b50af8dd564487b1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:01:01 +0000 Subject: [PATCH] fix(deps): update rust crate bytes to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57210c7..05d7ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [dependencies] async-trait = "0.1.61" base64 = "0.21.0" -bytes = { version = "1.3.0", features = ["serde"] } +bytes = { version = "1.4.0", features = ["serde"] } chrono = "0.4.23" crossbeam = "0.8.2" log = "0.4.17"