From c409488a36a91a29466fb26eecd33c0517edbbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:17:28 +0000 Subject: [PATCH] chore(deps): update vrd requirement from 0.0.5 to 0.0.7 Updates the requirements on [vrd](https://github.com/sebastienrousseau/vrd) to permit the latest version. - [Release notes](https://github.com/sebastienrousseau/vrd/releases) - [Commits](https://github.com/sebastienrousseau/vrd/compare/v0.0.5...v0.0.7) --- updated-dependencies: - dependency-name: vrd 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 2ad9dad..e1bdf82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ idk = "0.0.1" mdg = "0.0.1" qrc = "0.0.5" rlg = "0.0.2" -vrd = "0.0.5" +vrd = "0.0.7" serde_json = "1.0.108" image = "0.25.1"