From 85c7f1881ee169d7c485d69086ebec6a19e2c1dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:15:57 +0000 Subject: [PATCH] fix(deps): update rust crate bytes to 1.7.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- boundaries/notification/newsletter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boundaries/notification/newsletter/Cargo.toml b/boundaries/notification/newsletter/Cargo.toml index 24aeba0a8e0..e215a877de4 100644 --- a/boundaries/notification/newsletter/Cargo.toml +++ b/boundaries/notification/newsletter/Cargo.toml @@ -20,7 +20,7 @@ serde = {version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" serde_derive = "1.0.210" route-recognizer = "0.3.1" -bytes = "1.7.1" +bytes = "1.7.2" async-trait = "0.1.82" pretty_env_logger = "0.5" tera = "1.20.0"