From f7735e0a9fa666a8ecae656c300c7a0483f2aea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:14:11 +0000 Subject: [PATCH] Update toml requirement from 0.7 to 0.8 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.0...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- saphir_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphir_cli/Cargo.toml b/saphir_cli/Cargo.toml index b63a09d..aa77783 100644 --- a/saphir_cli/Cargo.toml +++ b/saphir_cli/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4.0", features = ["derive"] } serde = "1.0" serde_derive = "1.0" serde_yaml = "0.9" -toml = "0.7" +toml = "0.8" convert_case = "0.6" cargo_metadata = "0.15" lazycell = "1.2"