From d3bd863995321a1e698ecb596aa526cb764fb151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:01:32 +0000 Subject: [PATCH] Update toml requirement from ^0.5 to ^0.7 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] --- rust-code-analysis-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-code-analysis-cli/Cargo.toml b/rust-code-analysis-cli/Cargo.toml index e2f575397..aa7b8a81c 100644 --- a/rust-code-analysis-cli/Cargo.toml +++ b/rust-code-analysis-cli/Cargo.toml @@ -20,4 +20,4 @@ serde = "^1.0" serde_cbor = "^0.11" serde_json = "^1.0" serde_yaml = "^0.9" -toml = "^0.5" +toml = "^0.7"