From 2cb3666f48c28dfd0c067eafb42c5dcd49dd7e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:49:33 +0000 Subject: [PATCH] Update serde_yml requirement from 0.0.10 to 0.0.12 Updates the requirements on [serde_yml](https://github.com/sebastienrousseau/serde_yml) to permit the latest version. - [Release notes](https://github.com/sebastienrousseau/serde_yml/releases) - [Commits](https://github.com/sebastienrousseau/serde_yml/compare/v0.0.10...v0.0.12) --- updated-dependencies: - dependency-name: serde_yml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4281e98..aabadb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ reqwest = { version = "0.12", features = ["json"] } url = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" -serde_yml = "0.0.10" +serde_yml = "0.0.12" uuid = { version = "1", features = ["v4"] } dirs = "5" chrono = "0.4"