From a02c6c4c81654f27d90097d7fcf4e0cbebc5be18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:35:58 -0300 Subject: [PATCH] chore(deps) Update Rust crate toml to 0.5.10 (#5836) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index e2ae6742266..3f8b07fee29 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0" serde = { version = "1.0", features = [ "derive" ] } strsim = "0.10.0" tar = "0.4.38" -toml = "0.5.9" +toml = "0.5.10" walkdir = "2" handlebars = "4.3" tempfile = "3.3.0"