From b415d6434beefcbd57d16ac25ac44b0c16635314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:03:05 +0000 Subject: [PATCH] chore(deps): update vrd requirement from 0.0.5 to 0.0.6 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.6) --- 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 50848f8..1a0b18f 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.6" serde_json = "1.0.108" image = "0.24.7"