From 763bbd0cd4ead9412270e7d087969a6a3d3974f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:44:00 +0000 Subject: [PATCH] fix(deps): update rust crate cargo_toml to 0.20.0 --- third-party/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/rust/Cargo.toml b/third-party/rust/Cargo.toml index bc1c400..217014f 100644 --- a/third-party/rust/Cargo.toml +++ b/third-party/rust/Cargo.toml @@ -44,7 +44,7 @@ bytes = "1.4.0" cached = "0.43.0" cargo-emit = "0.2.1" cargo_metadata = "0.15.4" -cargo_toml = "0.15.2" +cargo_toml = "0.20.0" cc = "1.0.83" cfg-if = "1.0.0" chalk-solve = { version = "0.90.0", default-features = false }