From cd1316b395d78265721f43b6645d242e623a7cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:12:26 +0000 Subject: [PATCH] Update toml_edit requirement from 0.21 to 0.22 Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/v0.21.0...v0.22.4) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/codegen/Cargo.toml b/tools/codegen/Cargo.toml index bfd21f93..37702931 100644 --- a/tools/codegen/Cargo.toml +++ b/tools/codegen/Cargo.toml @@ -13,7 +13,7 @@ serde_derive = "1" serde_json = "1" sha2 = "0.10" tar = "0.4" -toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] } +toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] } ureq = { version = "2", features = ["json"] } [lints]