From e98a857f6309360628d5c9ef7948a4f742b14164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 23:13:03 +0000 Subject: [PATCH] Update toml requirement from 0.5 to 0.6 in /services/autorust Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml-v0.6.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/autorust/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/autorust/codegen/Cargo.toml b/services/autorust/codegen/Cargo.toml index 01b472b584..eae835f521 100644 --- a/services/autorust/codegen/Cargo.toml +++ b/services/autorust/codegen/Cargo.toml @@ -24,7 +24,7 @@ once_cell = "1.7" syn = { version = "1.0", features = ["parsing"] } camino = "1.0" askama = "0.11" -toml = "0.5" +toml = "0.6" qstring = "0.7" [dev-dependencies]