From 75297dcaef9a0ae979f7f8a939dd6fb9d9053e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 20:06:11 +0000 Subject: [PATCH] Update toml requirement from 0.5 to 0.7 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.7.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..2ecd12214e 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.7" qstring = "0.7" [dev-dependencies]