From 352f2667187d956490699def1ab8608295434bfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 21:39:17 +0000 Subject: [PATCH] chore(deps): update rust crate combine to 3.8.1 --- examples/combine-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/combine-app/Cargo.toml b/examples/combine-app/Cargo.toml index c883759..ec79cc2 100644 --- a/examples/combine-app/Cargo.toml +++ b/examples/combine-app/Cargo.toml @@ -8,4 +8,4 @@ name = "combine-app" path = "app.rs" [dependencies] -combine = "3.3.0" +combine = "3.8.1"